/*
 * Local font declarations for Fake Off theme
 *
 * IMPORTANT: The .woff2 files referenced below must be downloaded from Google Fonts
 * and placed in this directory (/assets/fonts/) before the theme will render
 * correctly in production.
 *
 * Download URLs (use google-webfonts-helper.herokuapp.com or fonts.google.com):
 *
 * Syne (weight 600, 700):
 *   https://fonts.google.com/specimen/Syne
 *
 * Libre Franklin (weight 400, 500, 600):
 *   https://fonts.google.com/specimen/Libre+Franklin
 *
 * Recommended tool for subsetting + self-hosting:
 *   https://google-webfonts-helper.herokuapp.com/fonts
 *   - Syne: select weights 600, 700 → download latin subset → rename files as below
 *   - Libre Franklin: select weights 400, 500, 600 → download latin subset
 *
 * Expected files in this directory:
 *   syne-600.woff2
 *   syne-700.woff2
 *   libre-franklin-400.woff2
 *   libre-franklin-500.woff2
 *   libre-franklin-600.woff2
 */

/* ---- SYNE ---- */

@font-face {
  font-family: 'Syne';
  src: url('syne-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  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: 'Syne';
  src: url('syne-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  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;
}

/* ---- LIBRE FRANKLIN ---- */

@font-face {
  font-family: 'Libre Franklin';
  src: url('libre-franklin-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  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: 'Libre Franklin';
  src: url('libre-franklin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  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: 'Libre Franklin';
  src: url('libre-franklin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  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;
}
