/* Self-hosted web fonts (subset files from Google Fonts, variable weight axis)
   plus metric-matched local fallbacks. The fallbacks carry size-adjust and
   ascent/descent overrides measured against the real fonts, so text set in
   them occupies the same lines and boxes; when the web font arrives nothing
   moves. Fallback faces are limited to Latin so Georgian never hits them. */

@font-face {
    font-family: 'Big Shoulders Display';
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
    src: url('big-shoulders-display-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: 'Big Shoulders Display';
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
    src: url('big-shoulders-display-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;
}

@font-face {
    font-family: 'Noto Sans Georgian';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('noto-sans-georgian-georgian.woff2') format('woff2');
    unicode-range: U+0589, U+10A0-10FF, U+1C90-1CBA, U+1CBD-1CBF, U+205A, U+2D00-2D2F, U+2E31;
}

@font-face {
    font-family: 'Noto Sans Georgian';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('noto-sans-georgian-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: 'Noto Sans Georgian';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('noto-sans-georgian-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;
}

/* Brand wordmark only: the file is subset to the letters S U B O R. */
@font-face {
    font-family: 'Road Rage';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('road-rage-subor.woff2') format('woff2');
    unicode-range: U+0042, U+004F, U+0052, U+0053, U+0055;
}

/* Fallbacks, measured in Chrome at 100px: Big Shoulders Display 900 sets
   "PROFESSIONAL SERVICE CUSTOMIZED" at 1343px (ascent 98, descent 21);
   Impact sets it at 1430px, Arial at 1941px. */
@font-face {
    font-family: 'Big Shoulders Fallback';
    src: local('Impact');
    size-adjust: 93.9%;
    ascent-override: 98%;
    descent-override: 21%;
    line-gap-override: 0%;
    unicode-range: U+0000-024F;
}

@font-face {
    font-family: 'Big Shoulders Fallback Sans';
    src: local('Arial'), local('Roboto'), local('Helvetica');
    size-adjust: 69.2%;
    ascent-override: 98%;
    descent-override: 21%;
    line-gap-override: 0%;
    unicode-range: U+0000-024F;
}

/* Noto Sans Georgian 400 sets the body sample at 4317px (ascent 107, descent 29);
   Arial sets it at 4041px. */
@font-face {
    font-family: 'Noto Sans Georgian Fallback';
    font-weight: 400 500;
    src: local('Arial'), local('Roboto'), local('Helvetica');
    size-adjust: 106.8%;
    ascent-override: 107%;
    descent-override: 29%;
    line-gap-override: 0%;
    unicode-range: U+0000-024F;
}

/* Arial Bold runs wider than Noto's bold weights, so it gets its own scale. */
@font-face {
    font-family: 'Noto Sans Georgian Fallback';
    font-weight: 600 900;
    src: local('Arial Bold'), local('Arial'), local('Roboto'), local('Helvetica');
    size-adjust: 97.3%;
    ascent-override: 107%;
    descent-override: 29%;
    line-gap-override: 0%;
    unicode-range: U+0000-024F;
}

/* Road Rage sets "SUBOR" at 314px (ascent 109, descent 47); Impact at 270px. */
@font-face {
    font-family: 'Road Rage Fallback';
    src: local('Impact');
    size-adjust: 116.4%;
    ascent-override: 109%;
    descent-override: 47%;
    line-gap-override: 0%;
    unicode-range: U+0042, U+004F, U+0052, U+0053, U+0055;
}
