@font-face {
    font-family: "Comic Book Bold";
    src: url(../fonts/ComicBook-Bold.otf) format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'RedHatText-Light';
    src: url('../fonts/RedHatText-Light.ttf') format('truetype');;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'RedHatText-300';
    src: url('../fonts/RedHatText-300.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
