@font-face {
  font-family: 'Authy Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Authy Regular'), url('Authy Regular.woff') format('woff');
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  background-color: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: relative;
}

.hero {
  text-align: center;
}

.brand {
  font-family: 'Authy Regular', serif;
  font-weight: normal;
  font-size: clamp(4rem, 12vw, 9rem);
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  margin-bottom: 1.5rem;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 2rem 3rem;
  text-align: center;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.coming-soon {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #fff;
}

.tagline {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(0.8rem, 2vw, 0.95rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.75);
  max-width: 36rem;
  margin: 0 auto;
}
