/* ===== FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Libre+Baskerville:wght@400;700&display=swap');

:root {
  --font-heading: 'Libre Baskerville', 'Bodoni 72 Smallcaps Book', 'Charter', serif;
  --font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

body {
  font-family: var(--font-body);
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-heading);
}
