/* -------------------------------------
   Fonts: Montserrat (v31) + Cormorant Garamond (v21)
   Files: /assets/font/*.woff2  (relativ von /assets/css/)
------------------------------------- */

/* -------------------------------------
   Montserrat (latin)
------------------------------------- */

@font-face{
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    local("Montserrat Light"),
    local("Montserrat-Light"),
    url("../font/montserrat-v31-latin-300.woff2") format("woff2");
}

@font-face{
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("Montserrat Regular"),
    local("Montserrat-Regular"),
    url("../font/montserrat-v31-latin-regular.woff2") format("woff2");
}

@font-face{
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    local("Montserrat Medium"),
    local("Montserrat-Medium"),
    url("../font/montserrat-v31-latin-500.woff2") format("woff2");
}

@font-face{
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    local("Montserrat SemiBold"),
    local("Montserrat-SemiBold"),
    url("../font/montserrat-v31-latin-600.woff2") format("woff2");
}


/* -------------------------------------
   Cormorant Garamond (latin)
------------------------------------- */

@font-face{
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("Cormorant Garamond Regular"),
    local("CormorantGaramond-Regular"),
    url("../font/cormorant-garamond-v21-latin-regular.woff2") format("woff2");
}

@font-face{
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    local("Cormorant Garamond Medium"),
    local("CormorantGaramond-Medium"),
    url("../font/cormorant-garamond-v21-latin-500.woff2") format("woff2");
}

@font-face{
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    local("Cormorant Garamond SemiBold"),
    local("CormorantGaramond-SemiBold"),
    url("../font/cormorant-garamond-v21-latin-600.woff2") format("woff2");
}

/* -------------------------------------
   Bootstrap Icons: FOIT verhindern
------------------------------------- */

@font-face {
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../bootstrap-icons/fonts/bootstrap-icons.woff2") format("woff2");
}