@import "styles/reset.css";
@import "styles/vars.css";
@import "styles/type.css";
@import "styles/form.css";
@import "styles/theme.css";

@font-face {
  font-family: "RawPixel";
  src: url("/assets/fonts/rawpixel.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RawPixel";
  src: url("/assets/fonts/rawpixel-bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RawPixel";
  src: url("/assets/fonts/rawpixel-italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "RawPixel";
  src: url("/assets/fonts/rawpixel-bolditalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
