:root {
  --primary: #800020;
  --secondary: #2d3436;
  --neutral-light: #f2f2f2;
}

body {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--neutral-light);
  color: var(--secondary);
}

h1, h2, h3, .serif-font {
  font-family: "Libre Baskerville", Georgia, serif;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
