/* raleway-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('../polices/raleway-v29-latin-regular.woff2') format('woff2');
}

/* raleway-800 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 800;
	src: url('../polices/raleway-v29-latin-800.woff2') format('woff2'); 
}

/* raleway-900 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 900;
	src: url('../polices/raleway-v29-latin-900.woff2') format('woff2'); 
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Source Sans Pro';
    src: url('../polices/sourcesanspro-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Source Sans Pro';
    src: url('../polices/sourcesanspro-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}