@font-face {
    font-family: "Rando-Regular";
    src: url("/static/fonts/Rando-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Rando-Display";
    src: url("/static/fonts/RandoDisplay-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Space-Grotesk";
    src: url("/static/fonts/SpaceGrotesk-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Space-Grotesk";
    src: url("/static/fonts/SpaceGrotesk-Medium.otf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Space-Grotesk";
    src: url("/static/fonts/SpaceGrotesk-Bold.otf");
    font-weight: 600;
    font-style: normal;
}
