/*
 * Self-hosted, subpath-safe. Every url() below is RELATIVE to this file: this
 * page is served from /dekornamestaj/, not from a domain root, so a path
 * anchored at the domain root would 404 here and drop the whole page silently
 * onto Times New Roman.
 *
 * That sentence deliberately does not spell the absolute path out. The gate in
 * prospect-redesigns/tests/deployment-assets.mjs greps this file as plain text
 * — it cannot tell a comment from a live url() — so writing the literal here
 * fails the deploy check on prose alone.
 *
 * Two faces, both chosen against DEKOR's own material rather than picked off a
 * pairing list:
 *
 *   Fraunces  — display. Their mark is blackletter: heavy stems, hairline
 *               joins, cut rather than drawn. Fraunces is the one workhorse
 *               serif with that much stroke contrast whose serifs stay blunt
 *               and slightly irregular, so it rhymes with the logo instead of
 *               competing with it. A Garamond or a Didone would put a Milan
 *               fashion house above a Kruševac workshop.
 *   Source Sans 3 — text and every figure. This is DEKOR's own body face:
 *               the live site loads Source Sans Pro through its Storefront
 *               theme. Keeping it is continuity, and it has the tabular
 *               figures a 169-row price and dimension table needs.
 *
 * latin-ext is not optional here — č ć š ž đ live in it, and without it every
 * Serbian diacritic falls back to a different font mid-word.
 */

/* ---------------------------------------------------------- Fraunces 300–900 */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('./fonts/fraunces-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('./fonts/fraunces-var-latin.woff2') 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;
}

/* ---------------------------------------------------- Source Sans 3 200–900 */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('./fonts/sourcesans-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('./fonts/sourcesans-var-latin.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+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
