/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@font-face {
  font-family: "Narkiss Asaf";
  src: url("Narkiss Asaf Variable.woff2") format("woff2 supports variations"),
       url("Narkiss Asaf Variable.woff2") format("woff2-variations");
  font-weight: 100 1000;
  font-display: swap;
}

:root {
  font-family: "Narkiss Asaf";
}

p { margin: 0; }

body {
  margin: 0;
  padding: 2rem;
  min-height: 100vh;
  background: black;
  color: color(display-p3 0.9806 -0.2366 0.7251);
  color: oklch(0.6576 0.3566 345.75);
}