/* Design system font contract: Nohemi is capped at 400. */

@font-face {
    font-family: "Nohemi";
    src: url("/assets/font/nohemi/Nohemi-Regular.otf");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Nohemi";
    src: url("/assets/font/nohemi/Nohemi-Light.otf");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Nohemi";
    src: url("/assets/font/nohemi/Nohemi-Thin.otf");
    font-weight: 200;
    font-display: swap;
}
