/* THEME FONTS */
@font-face {
    font-family: P22;

    src: url("../fonts/P22UndergroundBook.otf") format("opentype");

    font-weight: 400;

    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: P22;

    src: url("../fonts/P22UndergroundDemiBold.otf") format("opentype");

    font-weight: bold;

    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: P22;

    src: url("../fonts/P22UndergroundHeavy.otf") format("opentype");

    font-weight: 800;

    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: P22;

    src: url("../fonts/P22UndergroundMedium.otf") format("opentype");

    font-weight: 500;

    font-style: normal;

    font-display: swap;
}

/* THEME FONTS ENDS */
