@font-face {
  font-family: "Overused Grotesk-Regular";
  src: url("/fonts/overusedgrotesk-roman.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Overused Grotesk-Medium";
  src: url("/fonts/overusedgrotesk-black.otf") format("opentype");
  font-display: swap;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  height: 100%;
  max-width: 100vw;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

/* Noscript fallback layout */
.noscript-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
  font-family: system-ui, sans-serif;
}
.noscript-container nav {
  margin: 1.5rem 0;
}
.noscript-container nav a {
  margin-right: 1rem;
}
