@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300&family=Jost:wght@300;400;500&display=swap");
@font-face {
  font-family: "Corinthia";
  src: url("../fonts/Corinthia-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Corinthia";
  src: url("../fonts/Corinthia-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.corinthia-regular {
  font-family: "Corinthia", cursive;
  font-weight: 400;
}

.corinthia-bold {
  font-family: "Corinthia", cursive;
  font-weight: 700;
}
p {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}

a {
  text-decoration: none;
  color: inherit;
}
@font-face {
  font-family: "Corinthia";
  src: url("../fonts/Corinthia-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Corinthia";
  src: url("../fonts/Corinthia-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.corinthia-regular {
  font-family: "Corinthia", cursive;
  font-weight: 400;
}

.corinthia-bold {
  font-family: "Corinthia", cursive;
  font-weight: 700;
}

/* ------------  fully responsive typography system  START  --------------------- */

h1 {
  font-size: clamp(1.8rem, 2.5vw + 1rem, 2.4rem);
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 700;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: clamp(1.3rem, 2vw + 0.9rem, 2rem);
  line-height: 1.25;
  margin-bottom: 0.9rem;
  font-weight: 700;
}

p {
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.125rem);
  line-height: 1.6;
  margin-bottom: 1rem;
}

small {
  font-size: clamp(0.8rem, 0.3vw + 0.7rem, 0.9rem);
  line-height: 1.4;
}
/* ------------  fully responsive typography system  END  --------------------- */