/* === Reset & Base === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@import url("https://use.typekit.net/cod3juy.css");

/* === Font Face === */
@font-face {
  font-family: "Eulyoo";
  src: url("/fonts/Eulyoo1945-Regular.woff2") format("woff2"),
    url("/fonts/Eulyoo1945-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unica";
  src: url("../fonts/Unica77-LL.woff2") format("woff2"),
    url("../fonts/Unica77-LL.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myungjo";
  src: url("/fonts/BookkMyungjo_Light.woff2") format("woff2"),
    url("/fonts/BookkMyungjo_Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Myungjo-B";
  src: url("/fonts/BookkMyungjo_Bold.woff2") format("woff2"),
    url("/fonts/BookkMyungjo_Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Minion";
  src: url("/fonts/MinionPro-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

::selection {
  background: #000;
  color: #fff;
}

body {
  background: ghostwhite;
  font-family: "Minion", serif;
}

a {
  text-decoration: none;
  color: #000;
}
