.fontrenderInter {
    font-family: 'Inter', serif;
    font-size: 0;
    visibility: hidden;
}

.fontrenderChivoMono {
    font-family: 'ChivoMonoCustom', serif;
    font-size: 0;
    visibility: hidden;
}

.fontrenderRighteous {
    font-family: 'RighteousCustom', serif;
    font-size: 0;
    visibility: hidden;
}

.fontrenderChauPhilomeneOne {
    font-family: 'ChauPhilomeneOneCustom', serif;
    font-size: 0;
    visibility: hidden;
}

.fontrenderGrandstander {
    font-family: 'GrandstanderCustom', serif;
    font-size: 0;
    visibility: hidden;
}

.fontrenderNotoSans {
    font-family: 'NotoSansCustom', serif;
    font-size: 0;
    visibility: hidden;
}

.fontrenderAlexandriaExtraBold {
    font-family: 'AlexandriaExtraBold', serif;
    font-weight: 800;
    font-size: 0;
    visibility: hidden;
}

.fontrenderFuzgar {
    font-family: 'FuzgarOneCustom', serif;
    color: white;
    text-shadow: -2px -2px 0 #00169b,
    2px -2px 0 #00169b,
    -2px 2px 0 #00169b,
    2px 2px 0 #00169b,
    -5px 8px 0 #00169b,
    5px 8px 0 #00169b;
}


@font-face {
    font-weight: 700;
    font-family: "InterCustom";
    src: url("./assets/fonts/Inter_700.ttf")
}

@font-face {
    font-weight: 300;
    font-family: "InterCustom";
    src: url("./assets/fonts/Inter_300.ttf")
}

@font-face {
    font-weight: 700;
    font-family: "ChivoMonoCustom";
    src: url("./assets/fonts/ChivoMono_700.ttf")
}

@font-face {
    font-weight: 400;
    font-family: "RighteousCustom";
    src: url("./assets/fonts/Righteous-Regular.ttf")
}

@font-face {
    font-weight: 400;
    font-family: "ChauPhilomeneOneCustom";
    src: url("./assets/fonts/ChauPhilomeneOne-Regular.ttf")
}

@font-face {
    font-weight: 1000;
    font-family: "GrandstanderCustom";
    src: url("./assets/fonts/Grandstander-Black.ttf")
}

@font-face {
    font-family: "NotoSansCustom";
    src: url("./assets/fonts/NotoSans.ttf")
}

@font-face {
    font-weight: 800;
    font-family: "AlexandriaExtraBold";
    src: url("./assets/fonts/Alexandria-ExtraBold.ttf")
}