@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: "Sequel";
  src: url("./fonts/Sequel100Wide-65.woff2") format("woff2"),
    url("./fonts/Sequel100Wide-65.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Sequel";
  text-transform: uppercase;
  color: #0064ff;
}
