/* ===========================
   Playfair Display (Display)
   Variable font
   =========================== */
   @font-face {
    font-family: "Playfair Display";
    src: url("/assets/font/PlayfairDisplay-VariableFont_wght.woff2") format("woff2");
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Playfair Display";
    src: url("/assets/font/PlayfairDisplay-Italic-VariableFont_wght.woff2") format("woff2");
    font-weight: 400 900;
    font-style: italic;
    font-display: swap;
  }

  /* ===========================
     Cinzel (Small Caps)
     =========================== */
  @font-face {
    font-family: "Cinzel";
    src: url("/assets/font/Cinzel-VariableFont_wght.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  /* ===========================
     Great Vibes (Script Front)
     =========================== */
  @font-face {
    font-family: "Great Vibes";
    src: url("/assets/font/GreatVibes-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  /* ===========================
     Cormorant Garamond (Body)
     Variable font or static
     =========================== */
  @font-face {
    font-family: "Cormorant Garamond";
    src: url("/assets/font/CormorantGaramond-VariableFont_wght.woff2") format("woff2");
    font-weight: 300 900;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Cormorant Garamond";
    src: url("/assets/font/CormorantGaramond-Italic-VariableFont_wght.woff2") format("woff2");
    font-weight: 300 900;
    font-style: italic;
    font-display: swap;
  }

  /* ===========================
     Amoresa Aged (Names)
     =========================== */
  @font-face {
    font-family: "Amoresa Aged";
    src: url("/assets/font/amoresa-aged.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Sign That";
    src:
      url("/assets/font/sign-that-s-kerning.woff2") format("woff2"),
      url("/assets/font/sign-that-s-kerning.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  /* ===========================
     Libre Baskerville (Subheader)
     =========================== */
  @font-face {
    font-family: "Libre Baskerville";
    src: url("/assets/font/LibreBaskerville-VariableFont_wght.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Libre Baskerville";
    src: url("/assets/font/LibreBaskerville-Italic-VariableFont_wght.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }

/* Montserrat – Variable (Normal) */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/font/Montserrat-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Montserrat – Variable (Italic) */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/font/Montserrat-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
