/* ===== Self-hosted webfonts (WOFF2) ===== */

/* Cardo Font Family - Body text */
@font-face {
  font-family: "Cardo";
  src: url("/fonts/cardo/cardo-v21-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Playfair Display Font Family - Navigation and Headings */
@font-face {
  font-family: "Playfair Display";
  src: url("/fonts/playfair-display/playfair-display-v40-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Font Classes */
.font-nav     { font-family: "Playfair Display", Georgia, serif; }
.font-heading { font-family: "Playfair Display", Georgia, serif; }
.font-body    { font-family: "Cardo", Georgia, serif; }
