@layer base {
  @font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope-normal.woff2") format("woff2");
    font-weight: 400 800;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/cormorant-garamond-normal.woff2") format("woff2");
    font-weight: 400 700;
    font-style: normal;
    font-display: optional;
  }

  @font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/cormorant-garamond-italic500.woff2") format("woff2");
    font-weight: 500;
    font-style: italic;
    font-display: optional;
  }
}
