/*
- - - > |  @font-face  | < - - - 
*/

/* Graphik Compact Bold */
	@font-face {
  	font-family: 'Graphik Compact Web';
  	src: url('GraphikCompact-Bold-Web.woff2') format('woff2'),
       	url('GraphikCompact-Bold-Web.woff') format('woff');
  	font-weight: 700;
  	font-style: normal;
  	font-stretch: normal;
}

/* Graphik Compact Regular */
	@font-face {
  	font-family: 'Graphik Compact Web';
  	src: url('GraphikCompact-Regular-Web.woff2') format('woff2'),
       	url('GraphikCompact-Regular-Web.woff') format('woff');
  	font-weight: 400;
  	font-style: normal;
  	font-stretch: normal;
}

/* Tiempos Text Regular */
	@font-face {
  	font-family: 'Tiempos-text-regular';
  	src: url('tiempos-text-regular.woff2') format('woff2');
  	font-weight: 400;
  	font-style: normal;
  	font-stretch: normal;
}

/* Tiempos Text Regular Italic */
	@font-face {
  	font-family: 'Tiempos-text-italic';
  	src: url('tiempos-text-regular-italic.woff2') format('woff2');
  	font-weight: 400;
  	font-style: italic;
  	font-stretch: normal;
}

/* Tiempos Text Semibold */
	@font-face {
  	font-family: 'Tiempos-text-semibold';
  	src: url('tiempos-text-semibold.woff2') format('woff2');
  	font-weight: 600;
  	font-style: normal;
  	font-stretch: normal;
}



/*
- - - > |  Font classes  | < - - - 
*/

.GraphikCompact-Bold-Web {
  font-family: 'Graphik Compact Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.GraphikCompact-Regular-Web {
  font-family: 'Graphik Compact Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.tiempos-text-regular {
	font-family: 'Tiempos-text-regular';
	font-weight: 400;
	font-style: normal;
  	font-stretch: normal;
}

.tiempos-text-regular-italic {
	font-family: 'Tiempos-text-italic';
	font-weight: 400;
	font-style: italic;
  	font-stretch: normal;
}

.tiempos-text-semibold {
	font-family: 'Tiempos-text-semibold';
	font-weight: 600;
	font-style: normal;
  	font-stretch: normal;
}

/*
