/* Bonheur Royale font import for body text */
@font-face {
  font-family: 'Bonheur Royale';
  src: url('../assets/fonts/Royal Bavarian Plain/Bonheur_Royale/BonheurRoyale-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Royal Bavarian Plain font import */
@font-face {
  font-family: 'Royal Bavarian Plain';
  src: url('../assets/fonts/Royal Bavarian Plain/Royal Bavarian Plain Regular/Royal Bavarian Plain Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Main stylesheet for Neocities-style personal site */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Cinzel:wght@700&display=swap');

body {
  font-family: 'Playfair Display', 'Cinzel', serif;
  background: linear-gradient(135deg, #3a1c32 0%, #1e2d24 100%);
  color: #f5e9d7;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

p, .body-text {
  font-family: 'Bonheur Royale', 'Playfair Display', 'Cinzel', serif;
  font-size: 1.50em;
  color: #f5e9d7;
  line-height: 1.85;
}

nav {
  background: rgba(60, 20, 50, 0.85);
  padding: 1.5em 2em;
  display: flex;
  gap: 2em;
  font-size: 1.3em;
  border-bottom: 4px solid #bfa14a;
  box-shadow: 0 4px 16px rgba(60,20,50,0.3);
}

a {
  color: #bfa14a;
  text-decoration: none;
  font-family: 'Cinzel', serif;
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: 1px 1px 4px #3a1c32;
  transition: color 0.2s;
}
a:hover {
  color: #e6c97a;
  text-decoration: underline wavy #bfa14a;
}


h1 {
  font-family: 'Royal Bavarian Plain', 'Playfair Display', serif;
  font-weight: bold;
  font-size: 3em;
  color: #e6c97a;
  text-shadow: 2px 2px 12px #3a1c32;
  letter-spacing: 2px;
}
h2, h3 {
  font-family: 'Playfair Display', serif;
  color: #e6c97a;
  text-shadow: 2px 2px 8px #3a1c32;
}

.tagline {
  font-family: 'Royal Bavarian Plain', 'Playfair Display', serif;
  font-size: 2em;
  font-weight: bold;
  color: #bfa14a;
  margin: 1em 0;
  text-shadow: 1px 1px 6px #1e2d24;
  letter-spacing: 1px;
}

.tagline {
  font-size: 1.5em;
  font-style: italic;
  color: #bfa14a;
  margin: 1em 0;
  text-shadow: 1px 1px 6px #1e2d24;
}

.background-collage {
  background: url('../assets/gifs/bg.gif'), linear-gradient(135deg, #3a1c32 0%, #1e2d24 100%);
  border: 6px double #bfa14a;
  box-shadow: 0 8px 32px rgba(60,20,50,0.5);
  padding: 2em;
  margin: 2em 0;
  border-radius: 24px;
}

img.profile {
  border: 6px solid #bfa14a;
  box-shadow: 0 4px 24px #3a1c32;
  border-radius: 50%;
  width: 220px;
  margin: 1em 0;
}

main {
  max-width: 900px;
  margin: 2em auto;
  background: rgba(30, 45, 36, 0.85);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(60,20,50,0.5);
  padding: 2em 3em;
}

/* Add more lush, maximalist, Saltburn-inspired styles as you build! */
