@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Tangerine:wght@400;700&display=swap');

* {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  cursor: default;
}

.light {font-weight: 300;}
.heavy {font-weight: 700;}

.dark {color: var(--font-dark);}
.bright {color: var(--font-light);}

#logo {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}