@font-face {
  font-family: "Geo";
  src: url("/fonts/geo-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geo";
  src: url("/fonts/geo-regular-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Geo";
  src: url("/fonts/geo-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MP";
  src: url("/fonts/mp-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MP";
  src: url("/fonts/mp-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #2a563f;
  --foreground: #e4d7bc;
}

body {
  font-family: "Geo", system-ui, sans-serif;
  background: var(--background);
  color: var(--foreground);
  font-size: 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MP", Georgia, serif;
}

h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }


a {
  color: var(--foreground);
}
