@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/roboto-regular.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/roboto-400italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Amatic SC";
  src: url("/fonts/amatic-sc/amatic-sc-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amatic SC";
  src: url("/fonts/amatic-sc/amatic-sc-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("/fonts/open-sans/open-sans-v44-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.font-nav     { font-family: "Roboto", system-ui, sans-serif; }
.font-heading { font-family: "Amatic SC", "Roboto", sans-serif; font-weight: 700; letter-spacing: 0.01em; }
.font-body    { font-family: "Roboto", system-ui, sans-serif; }
