@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antic+Didone&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@font-face {
  font-family: "IBMPlexSansKR-Regular";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Bebas-Neue; /*a name to be used later*/
  src: url("/wp-content/themes/minew/assets/fonts/Bebas_Neue/BebasNeue-Regular.ttf"); /*URL to font*/
}
@font-face {
  font-family: DS-digital; /*a name to be used later*/
  src: url("/wp-content/themes/minew/assets/fonts/DS-digital/DS-DIGI.TTF"); /*URL to font*/
}
:root {
  --theme-light-romance: #f1efeb;
  --theme-white: #f6f6f6;
  --theme-romance: #e8e1d5;
  --theme-heart: #ddd5d5;
  --theme-light-gray: #ededed;
  --theme-light-blue: #d3dce8;
  --theme-text: #4a4a4a;
}

html {
  margin-top: 0 !important;
}

*,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Antic Didone", serif;
  font-weight: 400 !important;
  color: var(--theme-text);
  /* The entire scrollbar */
  /* The scrollbar handle */
  /* The scrollbar track */
  /* The scrollbar button (arrows) */
  /* The scrollbar corner */
}
* ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
* ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background-color: var(--theme-light-blue);
  border-radius: 5px;
}
* ::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
  background-color: transparent;
}
* ::-webkit-scrollbar-button,
body ::-webkit-scrollbar-button {
  background-color: transparent;
}
* ::-webkit-scrollbar-corner,
body ::-webkit-scrollbar-corner {
  background-color: transparent;
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

ul {
  list-style: none !important;
}

.d-flex {
  display: flex !important;
}

.align-center {
  align-items: center !important;
}

.justify-space-between {
  justify-content: space-between !important;
}

.text-center {
  text-align: center !important;
}

.d-flex-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.d-flex-center-between {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.position-relative {
  position: relative !important;
}

.section-pointer {
  position: absolute;
  top: -100px;
}

.img-container img {
  max-width: 100%;
}

.minew-container {
  max-width: 1350px;
  margin: 0 auto;
}

.minew-container-sm {
  max-width: 1200px;
  margin: 0 auto;
}

.minew-container-lg {
  max-width: 1450px;
  margin: 0 auto;
}/*# sourceMappingURL=global.css.map */