@font-face {
  font-family: 'Merienda';
  src: url('../assets/fonts/merienda/Merienda-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #333;
  font-family: 'Merienda', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  display: flex;
  justify-content: center;
  min-height: 100vh;
}

main {
  max-width: 600px;
  width: 100%;
  padding: 80px 24px;
  text-align: center;
}

.hero {
  margin-bottom: 48px;
}

.logo {
  max-width: 440px;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.subtitle {
  font-size: 1.1rem;
  color: #666;
  letter-spacing: 0.05em;
}

.about p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}
