:root {
    --color-primary: #E1D6BB;
    --color-secondary: #612E2D;
    --color-accent: #8C7762;
    --color-background: #0F0F0F;
}

@font-face {
    font-family: "Carnivalee";
    src: url("fonts/Carnivalee\ Freakshow.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SpecialElite";
    src: url("fonts/SpecialElite-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.carnivalee-font {
    font-family: "Carnivalee", sans-serif;
}
.specialelite-font {
    font-family: "SpecialElite", sans-serif;
}