/* devanagari */
@font-face {
    font-family: 'CODE';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/CODE Bold.otf') format("opentype");
}

@font-face {
    font-family: 'CODE';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/CODE Normal.otf') format("opentype");
}

@font-face {
    font-family: Code-Pro;
    src: url("../fonts/Fontfabric - Code-Pro-LC.otf") format("opentype");
}
@font-face {
    font-family: Code-Pro;
    font-style: italic;
    src: url("../fonts/Fontfabric - Code-Pro-Light-LC.otf") format("opentype");
}
@font-face {
    font-family: Code-Pro;
    font-weight: 700;
    src: url("../fonts/Fontfabric - Code-Pro-Bold-LC.otf") format("opentype");
}

@font-face {
    font-family: Code-Pro;
    font-weight: 900;
    src: url("../fonts/Fontfabric - Code-Pro-Black-LC.otf") format("opentype");
}
