/*----------------------------------------------------------------- */
/* FONTS
/*----------------------------------------------------------------- */

/* Roboto
----------------------------------------- */
@font-face
{
	font-family: 'Roboto';
	font-weight: 300;
	font-style: normal;

	font-display: swap;
	src: url('../font/roboto-v30-latin-ext-300.woff2') format('woff2');
}

@font-face
{
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;

	font-display: swap;
	src: url('../font/roboto-v30-latin-ext-regular.woff2') format('woff2');
}

@font-face
{
	font-family: 'Roboto';
	font-weight: 500;
	font-style: normal;

	font-display: swap;
	src: url('../font/roboto-v30-latin-ext-500.woff2') format('woff2');
}

@font-face
{
	font-family: 'Roboto';
	font-weight: 700;
	font-style: normal;

	font-display: swap;
	src: url('../font/roboto-v30-latin-ext-700.woff2') format('woff2');
}

/* PT Serif
----------------------------------------- */
@font-face
{
	font-family: 'PT Serif';
	font-weight: 700;
	font-style: normal;

	font-display: swap;
	src: url('../font/pt-serif-v17-latin-ext-700.woff2') format('woff2');
}
