/* Optimized local fonts - latin subsets only for smaller size */
/* Using fontsource packages: Inter, JetBrains Mono, Noto Sans Bengali, Press Start 2P */

/* === Inter (latin subset) === */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./inter-latin-400-normal.woff2') format('woff2');
	unicode-range:
		U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('./inter-latin-500-normal.woff2') format('woff2');
	unicode-range:
		U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('./inter-latin-600-normal.woff2') format('woff2');
	unicode-range:
		U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('./inter-latin-700-normal.woff2') format('woff2');
	unicode-range:
		U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* === JetBrains Mono (latin subset) === */
@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./jetbrains-mono-latin-400-normal.woff2') format('woff2');
	unicode-range:
		U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'JetBrains Mono';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('./jetbrains-mono-latin-600-normal.woff2') format('woff2');
	unicode-range:
		U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
		U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* === Noto Sans Bengali (bengali subset) === */
@font-face {
	font-family: 'Noto Sans Bengali';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./noto-sans-bengali-bengali-400-normal.woff2') format('woff2');
	unicode-range: U+0964-0965, U+0980-09FE, U+1CF4, U+1CF8-1CF9, U+200C-200D, U+20B9, U+25CC;
}

@font-face {
	font-family: 'Noto Sans Bengali';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('./noto-sans-bengali-bengali-500-normal.woff2') format('woff2');
	unicode-range: U+0964-0965, U+0980-09FE, U+1CF4, U+1CF8-1CF9, U+200C-200D, U+20B9, U+25CC;
}

@font-face {
	font-family: 'Noto Sans Bengali';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('./noto-sans-bengali-bengali-600-normal.woff2') format('woff2');
	unicode-range: U+0964-0965, U+0980-09FE, U+1CF4, U+1CF8-1CF9, U+200C-200D, U+20B9, U+25CC;
}

@font-face {
	font-family: 'Noto Sans Bengali';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('./noto-sans-bengali-bengali-700-normal.woff2') format('woff2');
	unicode-range: U+0964-0965, U+0980-09FE, U+1CF4, U+1CF8-1CF9, U+200C-200D, U+20B9, U+25CC;
}

/* === Press Start 2P (subset: A, P only) === */
/* Subsetted from original to only include characters used in logo */
@font-face {
	font-family: 'Press Start 2P';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./press-start-2p-subset.woff2') format('woff2');
	unicode-range: U+0041, U+0050; /* A, P */
}
