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

:root { --soi-mainfont: 'Montserrat', sans-serif!important; }
body { font-family: var(--soi-mainfont); }
body * {
  letter-spacing: 0.02em;
  line-height: 1.42857143!important;
}


@media(min-width: 1300px) {
  body { font-size: 14px; }
  :root {
    --soi-font-01: 45px;
    --soi-font-02: 38px;
    --soi-font-03: 22px;
    --soi-font-04: 14px;
    --soi-font-05: 10px;
  }

}
@media(max-width: 1300px) {
  body { font-size: 14px; }
  :root {
    --soi-font-01: 45px;
    --soi-font-02: 38px;
    --soi-font-03: 22px;
    --soi-font-04: 14px;
    --soi-font-05: 10px;
  }
}
@media(max-width: 1024px) {
  body { font-size: 14px; }
  :root {
   --soi-font-01: 45px;
   --soi-font-02: 38px;
   --soi-font-03: 22px;
   --soi-font-04: 14px;
   --soi-font-05: 10px;
 }
}
@media(max-width: 991px) {
  body { font-size: 14px; }
  :root {
    --soi-font-01: 45px;
    --soi-font-02: 38px;
    --soi-font-03: 22px;
    --soi-font-04: 14px;
    --soi-font-05: 10px;
  }
}
@media(max-width: 768px) {
  body { font-size: 14px; }
  :root {
    --soi-font-01: 45px;
    --soi-font-02: 38px;
    --soi-font-03: 22px;
    --soi-font-04: 14px;
    --soi-font-05: 10px;
  }
}
@media(max-width: 480px) {
  body { font-size: 12px; }
  :root {
    --soi-font-01: 45px;
    --soi-font-02: 24px;
    --soi-font-03: 18px;
    --soi-font-04: 12px;
    --soi-font-05: 10px;
  }
}
@media(max-width: 320px) {
}


