/*
Libre Franklin - Optimized for Japanese site
Copyright 2020 The LibreFranklin Project Authors (https://github.com/impallari/Libre-Franklin)
SIL Open Font License, Version 1.1 (https://opensource.org/licenses/OFL-1.1)

Only includes:
- Latin charset (Japanese site uses Latin characters for English text)
- WOFF2 format only (modern browsers)
- Weights: 400, 600, 700 (commonly used)
- Normal style only (italic removed for performance)
*/

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

/* libre-franklin-latin-600-normal */
@font-face {
	font-family: 'Libre Franklin';
	font-style: normal;
	font-display: swap;
	font-weight: 600;
	src: url('./libre-franklin/libre-franklin-latin-600-normal.woff2?ver=13') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* libre-franklin-latin-700-normal */
@font-face {
	font-family: 'Libre Franklin';
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: url('./libre-franklin/libre-franklin-latin-800-normal.woff2?ver=13') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
