@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fira+Code:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  /* Font families */
  --ff-headings: "Dubai", sans-serif;
  --ff-main: "DM Sans", sans-serif;
  --ff-contact: "Satoshi", sans-serif;


  /* Font sizes */
  --fs-h1: 52px;
  --fs-h2: 42px;
  --fs-h3: 26px;
  --fs-h4: 24px;
  --fs-h5: 18px;
  --fs-p: 18px;
  --fs-p-button: 14px;

  /* Line heights */
  --lh-h1: 48.88px;
  --lh-h2: 46.2px;
  --lh-h3: 33.8px;
  --lh-h4: 24px;
  --lh-h5: 54px;
  --lh-p: 27px;
  --lh-p-button: 14px;

  /* Font weights */
  --fw-h1: 500;
  --fw-h2: 400;
  --fw-h3: 500;
  --fw-h4: 500;
  --fw-h5: 500;
  --fw-p: 400;
  --fw-p-button: 500;
	
  /* Letter Spacing */
	--ls-h1: -1.04px;
  --ls-h2: -0.84px;
  --ls-h3: -0.52px;
  --ls-p-button: -0.28px;
	
}
@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: 40px;
    --fs-h2: 34px;
    --fs-h3: 22px;
    --fs-h4: 20px;
    --fs-h5: 16px;

    --lh-h1: 44px;
    --lh-h2: 40px;
    --lh-h3: 26px;
    --lh-h4: 24px;
    --lh-h5: 28px;

    --ls-h1: -0.8px;
    --ls-h2: -0.7px;
    --ls-h3: -0.4px;
  }
}
@media (max-width: 480px) {
    :root {
    --fs-h1: 32px;
    --fs-h2: 28px;
    --fs-h3: 20px;
    --fs-h4: 18px;
    --fs-h5: 14px;

    --lh-h1: 38px;
    --lh-h2: 34px;
    --lh-h3: 24px;
    --lh-h4: 22px;
    --lh-h5: 20px;

    --ls-h1: -0.6px;
    --ls-h2: -0.5px;
    --ls-h3: -0.3px;
  }
}

body #page-container h1 {
  font-family: var(--ff-headings);
  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-family: var(--ff-headings);
  font-size: var(--fs-h2);
  font-weight: var(--fw-h2);
  line-height: var(--lh-h2);
  letter-spacing: var(--ls-h2);
}
body #page-container h3 {
  font-size: var(--fs-h3);
  font-weight: var(--fw-h3);
  line-height: var(--lh-h3);
  letter-spacing: var(--ls-h3);
  font-family: var(--ff-headings);
}
body #page-container h4 {
  font-size: var(--fs-h4);
  font-weight: var(--fw-h4);
  line-height: var(--lh-h4);
  font-family: var(--ff-headings);
}
body #page-container h5 {
  font-size: var(--fs-h5);
  font-weight: var(--fw-h5);
  line-height: var(--lh-h5);
  font-family: var(--ff-headings);
}
body #page-container h6 {
  font-size: var(--fs-h5);
  font-weight: var(--fw-h5);
  line-height: var(--lh-h5);
  font-family: var(--ff-headings);
}
body,
ul,
ol,
li,
#page-container p {
  font-size: var(--fs-p);
  font-weight: var(--fw-p);
  line-height: var(--lh-p);
  font-family: var(--ff-main);
}
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;
}

@font-face {
    font-family: 'Neue Regrade';
    src: url('../fonts/NeueRegrade-Bold-Italic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Regrade';
    src: url('../fonts/NeueRegrade-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Regrade';
    src: url('../fonts/NeueRegrade-ExtraBold-Italic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Regrade';
    src: url('../fonts/NeueRegrade-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Regrade';
    src: url('../fonts/NeueRegrade-Light-Italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Regrade';
    src: url('../fonts/NeueRegrade-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Regrade';
    src: url('../fonts/NeueRegrade-SemiBold-Italic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Regrade';
    src: url('../fonts/NeueRegrade-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Regrade';
    src: url('../fonts/NeueRegrade-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Regrade';
    src: url('../fonts/NeueRegrade-Regular-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Regrade';
    src: url('../fonts/NeueRegrade-Medium-Italic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Regrade';
    src: url('../fonts/NeueRegrade-Extrabold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ---------------------------------------------
   DUBAI FONT FAMILY
   --------------------------------------------- */
@font-face {
  font-family: 'Dubai';
  src: url('../fonts/Dubai-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dubai';
  src: url('../fonts/Dubai-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dubai';
  src: url('../fonts/Dubai-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dubai';
  src: url('../fonts/Dubai-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
    font-weight: 300 900;
    font-style: normal;
    font-display: swap;
}