@font-face {
  font-family: "MonaSans";
  src: url("fonts/MonaSans-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "MonaSans";
  src: url("fonts/MonaSans-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "MonaSans";
  src: url("fonts/MonaSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MonaSans";
  src: url("fonts/MonaSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "MonaSans";
  src: url("fonts/MonaSans-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "MonaSans";
  src: url("fonts/MonaSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "MonaSans";
  src: url("fonts/MonaSans-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "MonaSans";
  src: url("fonts/MonaSans-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "MonaSans";
  src: url("fonts/MonaSans-ExtraLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "MonaSans";
  src: url("fonts/MonaSans-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "MonaSans";
  src: url("fonts/MonaSans-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "MonaSans";
  src: url("fonts/MonaSans-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "MonaSans";
  src: url("fonts/MonaSans-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "MonaSans";
  src: url("fonts/MonaSans-ExtraBoldItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "MonaSans";
  src: url("fonts/MonaSans-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "MonaSans", sans-serif;
}

.h1 {
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -1%;
}

h1 {
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -1%;
}

.h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -1%;
}

h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -1%;
}

.h3 {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -1%;
}
h3 {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -1%;
}

.h4 {
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -1%;
}

h4 {
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -1%;
}
.h5 {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -1%;
}

h5 {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -1%;
}

.p-md {
  font-size: 18px;
  line-height: 140%;
}

.p-sm {
  font-size: 16px;
  line-height: 150%;
}
.p-xs {
  font-size: 14px;
  line-height: 160%;
}
.p-2xs {
  font-size: 12px;
  line-height: 160%;
}

.label {
  font-size: 15px;
}

.medium {
  font-weight: 500;
}
.semi-bold {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .h1 {
    font-size: 38px;
  }
  .h2 {
    font-size: 32px;
  }
  .h3 {
    font-size: 24px;
  }
  .h4 {
    font-size: 20px;
  }

  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }

  .p-md {
    font-size: 16px;
  }
}
