@font-face {
  font-family: 'Dazzed';
  src: url('fonts/Dazzed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dazzed';
  src: url('fonts/Dazzed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background-color: #FFFAF0;
  color: #330000;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  text-align: center;
  padding: 2rem;
  max-width: 500px;
  width: 100%;
}

.logo-wrap {
  margin-bottom: 2.5rem;
}

.logo {
  height: 72px;
  width: auto;
}

h1 {
  font-family: 'Dazzed', sans-serif;
  font-size: clamp(1.25rem, 4vw, 1.625rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.8;
}
