/*----------------------------------------------------------------- */
/* FONTS
/*----------------------------------------------------------------- */

/* NOTO SERIF
----------------------------------------- */
@font-face
{
	font-family: 'Noto Serif';
	font-weight: 400;
	font-style: normal;

	font-display: fallback;
	src: local(''),
	url('../font/noto-serif/noto-serif-v9-latin-ext-regular.woff2') format('woff2'),
	url('../font/noto-serif/noto-serif-v9-latin-ext-regular.woff') format('woff');
}

@font-face
{
	font-family: 'Noto Serif';
	font-weight: 400;
	font-style: italic;

	font-display: fallback;
	src: local(''),
	url('../font/noto-serif/noto-serif-v9-latin-ext-italic.woff2') format('woff2'),
	url('../font/noto-serif/noto-serif-v9-latin-ext-italic.woff') format('woff');
}

@font-face
{
	font-family: 'Noto Serif';
	font-weight: 700;
	font-style: normal;

	font-display: fallback;
	src: local(''),
	url('../font/noto-serif/noto-serif-v9-latin-ext-700.woff2') format('woff2'),
	url('../font/noto-serif/noto-serif-v9-latin-ext-700.woff') format('woff');
}

/* NOTO SANS
----------------------------------------- */
@font-face
{
	font-family: 'Noto Sans';
	font-weight: 400;
	font-style: normal;

	font-display: fallback;
	src: local(''),
	url('../font/noto-sans/noto-sans-v11-latin-ext-regular.woff2') format('woff2'),
	url('../font/noto-sans/noto-sans-v11-latin-ext-regular.woff') format('woff');
}

@font-face
{
	font-family: 'Noto Sans';
	font-weight: 700;
	font-style: normal;

	font-display: fallback;
	src: local(''),
	url('../font/noto-sans/noto-sans-v11-latin-ext-700.woff2') format('woff2'),
	url('../font/noto-sans/noto-sans-v11-latin-ext-700.woff') format('woff');
}
