/* Variable fonts usage:
:root { font-family: "Inter", sans-serif; }
*/
/* static fonts */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("./Inter-Thin-e23aa5c5566eb4734a040b8c8ffef6ad.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 100; font-display: swap; src: url("./Inter-ThinItalic-99706887f84286e212aac2a38490d4cf.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 200; font-display: swap; src: url("./Inter-ExtraLight-cfd2100450becb42244f1ef87e8f6c3b.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 200; font-display: swap; src: url("./Inter-ExtraLightItalic-30ceabd54ea60eb9cae958708044b79e.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url("./Inter-Light-07d4495483a098098d93800ca87ff08a.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 300; font-display: swap; src: url("./Inter-LightItalic-468c8c811242ba07d23464274f249eed.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("./Inter-Regular-3875f83574973c732136a45f628e64a6.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 400; font-display: swap; src: url("./Inter-Italic-4cb9ee96ba4db9f2d8bdda61344410ee.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("./Inter-Medium-7b7f3cfa2944edbd2fcbb478547b22bd.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 500; font-display: swap; src: url("./Inter-MediumItalic-385c61d047a76c3fe6c2b3c0b4889ab3.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("./Inter-SemiBold-b72fa2728a8ef9b862e8cf802c9d7cd4.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 600; font-display: swap; src: url("./Inter-SemiBoldItalic-457dc51cf92f351ff98f29edb6738cdd.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("./Inter-Bold-66894432e7ff485b0d4810f6aa95573f.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 700; font-display: swap; src: url("./Inter-BoldItalic-8b4dd6acc4bbf5ae42c0206399036c9d.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("./Inter-ExtraBold-f43eb79660eaa908c9db16251bc68eaf.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 800; font-display: swap; src: url("./Inter-ExtraBoldItalic-19868d85deedca76794ed79cf91c49ea.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 900; font-display: swap; src: url("./Inter-Black-6f582b3956b82e05a64435ee1f16a170.woff2?vsn=d") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 900; font-display: swap; src: url("./Inter-BlackItalic-b3ba35b51d47dadcad7b509729bb4ac5.woff2?vsn=d") format("woff2"); }

@font-feature-values Inter {
    @character-variant {
        cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
        cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
        alt-1:            1; /* Alternate one */
        alt-3:            9; /* Flat-top three */
        open-4:           2; /* Open four */
        open-6:           3; /* Open six */
        open-9:           4; /* Open nine */
        lc-l-with-tail:   5; /* Lower-case L with tail */
        simplified-u:     6; /* Simplified u */
        alt-double-s:     7; /* Alternate German double s */
        uc-i-with-serif:  8; /* Upper-case i with serif */
        uc-g-with-spur:  10; /* Capital G with spur */
        single-story-a:  11; /* Single-story a */
        compact-lc-f:    12; /* Compact f */
        compact-lc-t:    13; /* Compact t */
    }
    @styleset {
        ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
        open-digits: 1;                /* Open digits */
        disambiguation: 2;             /* Disambiguation (with zero) */
        disambiguation-except-zero: 4; /* Disambiguation (no zero) */
        round-quotes-and-commas: 3;    /* Round quotes &amp; commas */
        square-punctuation: 7;         /* Square punctuation */
        square-quotes: 8;              /* Square quotes */
        circled-characters: 5;         /* Circled characters */
        squared-characters: 6;         /* Squared characters */
    }
}
