/* Figtree - self-hosted (replaces the "Gotham" family used previously).
   Files sourced once from Google Fonts' official woff2 CDN and vendored here so no
   site makes a runtime request to fonts.googleapis.com / fonts.gstatic.com.
   One font-family, weight expressed via font-weight (not a separate family name per
   weight, unlike the legacy 'gotham book' / 'gotham medium' / 'gotham light' pattern)
   so existing utility classes like .fw-bold / <strong> resolve to a real face. */

@font-face {
    font-family: 'Figtree';
    src: url('/_content/SharedRCL/fonts/Figtree/Figtree-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/_content/SharedRCL/fonts/Figtree/Figtree-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/_content/SharedRCL/fonts/Figtree/Figtree-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/_content/SharedRCL/fonts/Figtree/Figtree-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/_content/SharedRCL/fonts/Figtree/Figtree-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/_content/SharedRCL/fonts/Figtree/Figtree-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/_content/SharedRCL/fonts/Figtree/Figtree-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
