@font-face {
  font-family: 'MulledWine';
  src: url('/assets/fonts/MulledWineSeason-Medium.otf') format('opentype');
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--color-text-main);
}

.font-display {
  font-family: 'MulledWine', serif;
}

.section {
  padding: var(--section-padding);
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
