/* 
@font-face {
  font-family: "Hagrid";
  font-weight: 400;
  font-style: italic;
  src: url("./fonts/apple/hagrid-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Hagrid";
  font-weight: 800;
  font-style: normal;
  src: url("./fonts/apple/hagrid-extrabold.woff2") format("woff2");
} */

@font-face {
  font-family: "Hagrid";
  font-weight: 100;
  font-style: italic;
  src: url("./fonts/default/hagrid-thin-italic.otf") format("opentype");
}

@font-face {
  font-family: "Hagrid";
  font-weight: 300;
  font-style: normal;
  src: url("./fonts/default/hagrid-light.otf") format("opentype");
}

@font-face {
  font-family: "Hagrid";
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/default/hagrid-regular.otf") format("opentype");
}

@font-face {
  font-family: "Hagrid";
  font-weight: 800;
  font-style: normal;
  src: url("./fonts/default/hagrid-extrabold.otf") format("opentype");
}

@font-face {
  font-family: "Hagrid";
  font-weight: 900;
  font-style: normal;
  src: url("./fonts/default/hagrid-heavy.otf") format("opentype");
}

.not-windows {
  display: block;
  font-size: 40px;
  background-color: var(--color1);
  font-family: "Hagrid", sans-serif;
  font-weight: 900;
  line-height: 1;
}
