@font-face {
    font-family: YTFGrand-Bold;
    src: url("./fonts/YTFGrand-Bold.otf") format("opentype");
}

@font-face {
    font-family: YTFGrand-Medium;
    src: url("./fonts/YTFGrand-Medium.otf") format("opentype");
}

@font-face {
    font-family: YTFGrand-Light;
    src: url("./fonts/YTFGrand-Light.otf") format("opentype");
}

@font-face {
    font-family: YTFGrand-BoldStencil;
    src: url("./fonts/YTFGrand-BoldStencil.otf") format("opentype");
}

@font-face {
    font-family: YTFGrand-MediumStencil;
    src: url("./fonts/YTFGrand-MediumStencil.otf") format("opentype");
}

@font-face {
    font-family: YTFGrand-LightStencil;
    src: url("./fonts/YTFGrand-LightStencil.otf") format("opentype");
}

.custom-font-medium {
    font-family: YTFGrand-Medium !important;
}

.custom-font-light {
    font-family: YTFGrand-Light !important;
}

.custom-font-stencil-medium {
    font-family: 'YTFGrand-MediumStencil' !important;
}

.custom-font-stencil-bold {
    font-family: 'YTFGrand-BoldStencil' !important;
}

.custom-font-stencil-light {
    font-family: 'YTFGrand-LightStencil' !important;
}
