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

:root {
  font-size: 16px;
  --primary-font: Montserrat, sans-serif;
  --secondary-font: Montserrat, sans-serif;
}

/* localized font-styles */
html:lang(th-TH) {
  --primary-font: "Noto Sans Thai";
}
html:lang(vi-VN) {
  --primary-font: "Noto Sans";
}

html[data-site-variant-fitted-world] {
  --primary-font: Manrope, sans-serif;
  --secondary-font: "MADE Outer Sans";
}

html:lang(th-TH)[data-site-variant-fitted-world] {
  --primary-font: "Noto Sans Thai", Manrope, sans-serif;
  --secondary-font: "Noto Sans Thai Bold", "MADE Outer Sans";
}

/* base */
body {
  margin: 0;
}

input,
textarea {
  font-family: inherit;
  margin: 0;
}

button {
  font-family: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 2em;
}

a {
  color: inherit;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  margin: 0;
}

p {
  margin: 0;
}

.fitted-world h1,
.fitted-world h2,
.fitted-world h3,
.fitted-world h4,
.fitted-world h5,
.fitted-world h6 {
  text-transform: uppercase;
}

@font-face {
  font-family: "Stencil";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/1LwWTknq4e1g.ttf") format("truetype");
}
@font-face {
  font-family: "Brush script";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FMQX7gY0v3mV.ttf") format("truetype");
}

/* MADE Outer Sans */
@font-face {
  font-family: "MADE Outer Sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/dMNMvvLOia5g.otf") format("opentype");
}
@font-face {
  font-family: "MADE Outer Sans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/9lniwdxDFdUc.otf")
    format("opentype");
}

/* Manrope */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: normal;
  src: local("Manrope"),
    url("../fonts/9CHPxoHbIZnO.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: bold;
  src: local("Manrope"), url("../fonts/DeI5Rdd03ns1.woff2") format("woff2");
}

/* Noto Sans */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  src: local("Noto Sans"),
    url("../fonts/ura8W8B24Nh6.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans"),
    url("../fonts/1Usslv3p71Rm.ttf") format("truetype");
}

/* Noto Sans JP */
/* @font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: normal;
  src: local("Noto Sans JP"), url("fonts/noto-sans-jp/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans JP Bold"), url("fonts/noto-sans-jp/NotoSansJP-Bold.otf") format("opentype");
} */

/* Noto Sans SC */
/* @font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: normal;
  src: local("Noto Sans SC"), url("fonts/noto-sans-sc/NotoSansSC-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans SC Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans SC Bold"), url("fonts/noto-sans-sc/NotoSansSC-Bold.otf") format("opentype");
} */

/* Noto Sans KR */
/* @font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: normal;
  src: local("Noto Sans KR"), url("fonts/noto-sans-kr/NotoSansKR-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans KR Bold"), url("fonts/noto-sans-kr/NotoSansKR-Bold.otf") format("opentype");
} */

/* Noto Sans TH */
@font-face {
  font-family: "Noto Sans Thai";
  font-style: normal;
  font-weight: normal;
  src: local("Noto Sans Thai"),
    url("../fonts/YsoQJRnVzByr.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Thai Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Thai Bold"),
    url("../fonts/9Pd0UrdYxvzK.ttf") format("truetype");
}
