@font-face {
    font-family: "CBDisplay";
    src: url("../fonts/Display-Regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "CBText";
    src: url("../fonts/Text-Regular.woff2") format("woff2");
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "CBDisplay", ui-sans-serif;
}

p, label, button, input, textarea, span {
    font-family: "CBText", ui-sans-serif;
}

body {
    background-color: rgb(13, 11, 51);
}