@font-face {
  font-family: 'Switzer';
  src: url('/assets/fonts/Switzer-Variable.woff2') format('woff2');
}

body {
  font-family: 'Switzer', sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.5rem;
}

main {
  max-width: 480px;
  margin: 0 auto;
  margin-top: 4rem;
  padding: 4rem 2rem;
}

h1 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
}

p {
  font-size: 1rem;
}

a {
  color: #000000;
}

a:hover {
  text-decoration: none
}

nav {
  font-size: 0.875rem;
  display: flex;
  gap: 0.5rem;
}

#flashlight {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  background: radial-gradient(circle 240px at var(--x, 50%) var(--y, 50%),
      transparent 0%,
      rgba(0, 0, 0, 0.98) 100%);
}

.theme-toggle {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  font-size: 0.75rem;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}

.theme-toggle:hover {
  text-decoration: none;
}
