/* ===================================================================
   Global Fonts — Serbian 3x3 Academy
   Anton (Google Fonts) — all headings / display text
   Neo Sans Std (local) — body / paragraphs / UI text
   =================================================================== */

/* Anton — loaded from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/* Neo Sans Std — local @font-face declarations.
   Font files in /assets/fonts/ directory. */
@font-face {
	font-family: 'Neo Sans Std';
	src: url('../fonts/NeoSansStd-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Neo Sans Std';
	src: url('../fonts/NeoSansStd-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Neo Sans Std';
	src: url('../fonts/NeoSansStd-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Neo Sans Std';
	src: url('../fonts/NeoSansStd-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Neo Sans Std';
	src: url('../fonts/NeoSansStd-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
