@font-face {
  font-family: "App Nunito";
  src: url("nunito-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-main: "App Nunito", sans-serif;
  --font-main-weight: 400;
  --font-main-tracking: -0.04em;

  --color-front: #f1ffed;
  --color-back: black;
  --color-emph: #b2ffed;
  --color-highlight: #ffca2c;
}

/* clear */
html, body {margin: 0;}
