/* --- FONTS --- */
@font-face {
  font-family: "CozetteVector";
  src:
    local("CozetteVector"),
    url("/fonts/CozetteVector.ttf") format("truetype");
}

body {
    font-family: var(--main-font);
    color: var(--text1); /* Default to primary text color. */
    background-color: var(--background);
}

a, a:link a:visited {
    color: var(--text1);
    text-decoration: none;
}