@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans&display=swap');

@font-face {
    font-family: 'RomanceA';
    src: url('../fonts/RomanceA.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Maratre';
    src: url('../fonts/maratre.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DelayedLove';
    src: url('../fonts/delayed-love.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
body {
  margin: 0;
  font-family: 'RomanceA', 'Maratre', system-ui, serif;
  background-color: #fdfaf7;
  color: #333;
  text-align: center;
}

h1, h2 {
    font-family: 'Maratre', serif;
    margin-top: 60px;
     font-weight: normal;
    font-size: 6rem;
}

/* ========== HEADER ========== */

.site-header {
    width: 100%;
}

.header-image img {
    width: 100%;
    display: block;
}

/* ========== NAVIGATION ========== */

.main-nav {
    background-color: white;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.main-nav a {
    margin: 0 20px;
    text-decoration: none;
    color: #444;
    font-size: 1.1rem;
    transition: 0.3s ease;
}

.main-nav a:hover {
    color: #c08a6a;
}

/* ========== SECTIONS ========== */

section {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

h1 {
  font-family: 'Maratre', serif;
  font-size: 8rem;
  margin: 40px 0 10px;
}

.subtitle {
  font-size: 1.2rem;
  margin: 0 0 10px;
}

.date-location {
  font-size: 1.1rem;
  margin: 0 0 30px;
  color: #555;
}

.home-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.button {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: #c08a6a;
  color: white;
  text-decoration: none;
  transition: 0.3s ease;
}

.button:hover {
  opacity: 0.9;
}

.button-outline {
  background: transparent;
  border: 1px solid #c08a6a;
  color: #c08a6a;
}
.amp {
    font-family: 'DelayedLove', serif;
     text-shadow:
        0.4px 0 currentColor,
        -0.4px 0 currentColor,
        0 0.4px currentColor,
        0 -0.4px currentColor,
        0.4px 0.4px currentColor,
        -0.4px -0.4px currentColor,
        0.4px -0.4px currentColor,
        -0.4px 0.4px currentColor;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
}