/* Imports all CSS files for easy importing */
@import url(./variables.css);
@import url(./components.css);
@import url(./main.css);
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* Light */
@font-face {
  font-family: "Churchward";
  src: url("/assets/Fonts/churchward_light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Churchward";
  src: url("/assets/Fonts/churchward_book.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: "Churchward";
  src: url("/assets/Fonts/churchward.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "Churchward";
  src: url("/assets/Fonts/churchward_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Extra Bold */
@font-face {
  font-family: "Churchward";
  src: url("/assets/Fonts/churchward_exbold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Extra Bold */
@font-face {
  font-family: "TT Fors";
  src: url("/assets/Fonts/TT\ Fors\ Bold.ttf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Extra Bold */
@font-face {
  font-family: "TT Fors";
  src: url("/assets/Fonts/TT\ Fors\ Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Extra Bold */
@font-face {
  font-family: "TT Fors";
  src: url("/assets/Fonts/TT\ Fors\ Medium.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
