@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");

:root {
  /* Font families */
  --ff-main: "Satoshi", sans-serif;

  /* Font sizes */
  --fs-h1: 80px;
  --fs-h2: 64px;
  --fs-h3: 48px;
  --fs-h4: 32px;
  --fs-h5: 24px;
  --fs-h6: 20px;
  --fs-p: 16px;
  --fs-subheading-big: 24px;
  --fs-subheading-small: 18px;

  /* Line heights */
  --lh-h1: 90px;
  --lh-h2: 60px;
  --lh-h3: 64px;
  --lh-h4: 32px;
  --lh-h5: normal;
  --lh-h6: normal;
  --lh-p: normal;
  --lh-subheading-big: 32px;
  --lh-subheading-small: 28px;

  /* Font weights */
  --fw-h1: 900;
  --fw-h2: 900;
  --fw-h3: 900;
  --fw-h4: 500;
  --fw-h5: 500;
  --fw-h6: 500;
  --fw-p: 500;
  --fw-subheading-big: 500;
  --fw-subheading-small: 500;

  /* letter-spacing */
  --ls-h1: -1.6px;
}
@media (min-width: 1281px) and (max-width: 1440px) {
}
@media (min-width: 1025px) and (max-width: 1280px) {
}
@media (min-width: 981px) and (max-width: 1279px) {
}
@media (min-width: 481px) and (max-width: 980px) {
  :root {
    --fs-h1: 52px;
    --fs-h2: 52px;
    --fs-h3: 40px;
    --fs-h4: 28px;
    --fs-h5: 22px;
    --fs-h6: 18px;
    --fs-subheading-big: 22px;
    --fs-subheading-small: 18px;

    --lh-h1: 60px;
    --lh-h2: 60px;
    --lh-h3: 52px;
    --lh-h4: 32px;
    --lh-h5: normal;
    --lh-h6: normal;
    --lh-subheading-big: 26px;
    --lh-subheading-small: 28px;
  }
}
@media (max-width: 480px) {
  :root {
    --fs-h1: 34px;
    --lh-h1: 40px;

    --fs-h2: 36px;
    --lh-h2: 42px;

    --fs-h3: 30px;
    --lh-h3: 38px;

    --fs-h4: 22px;
    --lh-h4: 28px;

    --fs-h5: 20px;
    --lh-h5: normal;

    --fs-h6: 16px;
    --lh-h6: normal;

    --fs-p: 16px;
    --lh-p: normal;

    --fs-subheading-big: 18px;
    --lh-subheading-big: 24px;

    --fs-subheading-small: 16px;
    --lh-subheading-small: 22px;
  }

}

body #page-container h1 {
  font-size: var(--fs-h1);
  font-weight: var(--fw-h1);
  line-height: var(--lh-h1);
  letter-spacing: var(--ls-h1);
}
body #page-container h2 {
  font-size: var(--fs-h2);
  font-weight: var(--fw-h2);
  line-height: var(--lh-h2);
}
body #page-container h3 {
  font-size: var(--fs-h3);
  font-weight: var(--fw-h3);
  line-height: var(--lh-h3);
}
body #page-container h4 {
  font-size: var(--fs-h4);
  font-weight: var(--fw-h4);
  line-height: var(--lh-h4);
}
body #page-container h5 {
  font-size: var(--fs-h5);
  font-weight: var(--fw-h5);
  line-height: var(--lh-h5);
}
body #page-container h6 {
  font-size: var(--fs-h6);
  font-weight: var(--fw-h5);
  line-height: var(--lh-h5);
}
body #page-container p.subheading-big {
  font-size: var(--fs-subheading-big);
  font-weight: var(--fw-subheading-big);
  line-height: var(--lh-subheading-big);
}
body #page-container p.subheading-small {
  font-size: var(--fs-subheading-small);
  font-weight: var(--fw-subheading-small);
  line-height: var(--lh-subheading-small);
}

body,
ul,
ol,
li,
#page-container p {
  font-size: var(--fs-p);
  font-weight: var(--fw-p);
  line-height: var(--lh-p);
}
h1,
h2,
h3,
h4,
h5,
h6,
body,
ul,
ol,
li,
p,
input,
select,
textarea,
blockquote {
  font-family: var(--ff-main);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding-bottom: 0;
}

/* ====== SATOSHI – STATIC FAMILY ====== */
/* Light 300 */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2"),
       url("../fonts/Satoshi-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-LightItalic.woff2") format("woff2"),
       url("../fonts/Satoshi-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular 400 */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"),
       url("../fonts/Satoshi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-RegularItalic.woff2") format("woff2"),
       url("../fonts/Satoshi-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium 500 */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"),
       url("../fonts/Satoshi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"),
       url("../fonts/Satoshi-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Bold 700 */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"),
       url("../fonts/Satoshi-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"),
       url("../fonts/Satoshi-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black 900 */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"),
       url("../fonts/Satoshi-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BlackItalic.woff2") format("woff2"),
       url("../fonts/Satoshi-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ====== END SATOSHI ====== */
