@font-face {
  font-family: "CreamMedium";
  src: url("../font/CreamMedium.woff2") format("woff2"), url("../font/CreamMedium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CreamBold";
  src: url("../font/CreamBold.woff2") format("woff2"), url("../font/CreamBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CreamRegular";
  src: url("../font/CreamRegular.woff2") format("woff2"), url("../font/CreamRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CreamLight";
  src: url("../font/CreamLight.woff2") format("woff2"), url("../font/CreamLight.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CreamHeavy";
  src: url("../font/CreamHeavy.woff2") format("woff2"), url("../font/CreamHeavy.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Norms";
  src: url("../font/NormsMedium.woff2") format("woff2"), url("../font/NormsMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Norms";
  src: url("../font/NormsDemi.woff2") format("woff2"), url("../font/NormsDemi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Norms";
  src: url("../font/NormsRg.woff2") format("woff2"), url("../font/NormsRg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --color-white: #fff;
  --color-black: #111;
  --color-olive-600:#8EA76E;
  --color-olive-100:#C5D1B5;
  --color-olive-900: #1C2D06;
  --color-secondary-skin: #EAE5D8;
  --color-secondary-lightbeige: #EAE5D8;
  --color-secondary-natural: #ECF0E7;
  --color-secondary: #EAE5D8;
  --color-olive-50: #F4F6F1;
  --color-olive-200: #CBD7BC;
  --color-btn-hover: #819864;
  --creamL:"CreamLight", sans-serif;
  --creamR:"CreamRegular", sans-serif;
  --creamM:"CreamMedium", sans-serif;
  --creamB:"CreamBold", sans-serif;
  --creamH:"CreamHeavy", sans-serif;
  --norms:"Norms", sans-serif;
}

*, *:before,
*:after {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

*, body, html {
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

button {
  border: none;
}

mark {
  -webkit-text-fill-color: initial;
  text-fill-color: transparent;
  background: none;
}

.img {
  display: block;
}

.img.contain img {
  object-fit: contain;
}

.img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

ul {
  list-style: none;
}

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

a:hover {
  text-decoration: none;
}

button {
  background: transparent;
}

h1 {
  margin: 0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 9.49px;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 8.88px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 7.11px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 5.33px;
  }
}
@media only screen and (max-width: 666px) {
  html {
    font-size: 10px;
  }
}