:root {
    --thin: 100;
    --extra-light: 200;
    --light: 300;
    --regular: 400;
    --medium: 500;
    --semi-bold: 600;
    --bold: 700;
    --extra-bold: 800;
    --black: 900;
}







@font-face {
  font-family: "Samarkan";
  src: url(fonts/Samarkan.woff2) format("woff2");
  font-style: normal;
}


@font-face {
  font-family: "Sequelsans_obl_disp";
  src: url(fonts/Sequels_sans/Sequel_Sans_Oblique_Disp.ttf) format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Sequelsans_med_obl_disp";
  src: url(fonts/Sequels_sans/Sequel_Sans_Medium_Obl_Disp.ttf) format("truetype");
  font-style: normal;
}


@font-face {
    font-family: "Sequelsans_book_obl_disp";
    src: url(fonts/Sequels_sans/Sequel_Sans_Book_Obl_Disp.ttf) format("truetype");
    font-style: normal;
  }

  @font-face {
    font-family: "Sequelsans_book_head";
    src: url(fonts/Sequels_sans/Sequel_Sans_Book_Head.ttf) format("truetype");
    font-style: normal;
  }

  @font-face {
    font-family: "Sequelsans_med_head";
    src: url(fonts/Sequels_sans/Sequel_Sans_Medium_Head.ttf) format("truetype");
    font-style: normal;
  }

  @font-face {
    font-family: "Sequelsans_med_disp";
    src: url(fonts/Sequels_sans/Sequel_Sans_Medium_Disp.ttf) format("truetype");
    font-style: normal;
  }



@font-face {
  font-family: "Sequelsans_light_disp";
  src: url(fonts/Sequels_sans/Sequel_Sans_Light_Disp.ttf) format("truetype");
  font-style: normal;
}

@font-face {
    font-family: "Sequelsans_light_body";
    src: url(fonts/Sequels_sans/Sequel_Sans_Light_Body.ttf) format("truetype");
    font-style: normal;
  }

  @font-face {
    font-family: "Sequelsans_book_body";
    src: url(fonts/Sequels_sans/Sequel_Sans_Book_Body.ttf) format("truetype");
    font-style: normal;
  }



@font-face {
  font-family: "Sequelsans_book_disp";
  src: url(fonts/Sequels_sans/Sequel_Sans_Book_Disp.ttf) format("truetype");
  font-style: normal;
}

@font-face {
    font-family: "Sequelsans_book_head";
    src: url(fonts/Sequels_sans/Sequel_Sans_Book_Head.ttf) format("truetype");
    font-style: normal;
  }

/* Black Weight */
@font-face {
  font-family: "Sequelsans_heavy_disp";
  src: url(fonts/Sequels_sans/Sequel_Sans_Bold_Disp.ttf) format("truetype");
  font-style: normal;
}


@font-face {
  font-family: "inter";
  src: url(fonts/InterVariable.ttf) format("truetype");
}


@font-face {
  font-family: "satoshi";
  src: url(fonts/SatoshiVariable.ttf) format("truetype");
}






/* Black Weight */
@font-face {
    font-family: "Classicalsans";
    src: url("fonts/Classical_sans/classicsansrounded-black.otf")
        format("opentype");
    font-weight: var(--black);
    font-style: normal;
}

@font-face {
    font-family: "Classicalsans";
    src: url("fonts/Classical_sans/classicsansrounded-blackitalic.otf")
        format("opentype");
    font-weight: var(--black);
    font-style: italic;
}

/* Light Weight */
@font-face {
    font-family: "Classicalsans";
    src: url("fonts/Classical_sans/classicsansrounded-light.otf")
        format("opentype");
    font-weight: var(--light);
    font-style: normal;
}

@font-face {
    font-family: "Classicalsans";
    src: url("fonts/Classical_sans/classicsansrounded-lightitalic.otf")
        format("opentype");
    font-weight: var(--light);
    font-style: italic;
}

/* Bold ("High") Weight */
@font-face {
    font-family: "Classicalsans";
    src: url("fonts/Classical_sans/classicsansrounded-bold.otf")
        format("opentype");
    font-weight: var(--bold);
    font-style: normal;
}

/* Medium ("Motion") Weight */
@font-face {
    font-family: "Classicalsans";
    src: url("fonts/Classical_sans/classicsansrounded-medium.otf")
        format("opentype");
    font-weight: var(--medium);
    font-style: normal;
}

@font-face {
    font-family: "Classicalsans";
    src: url("fonts/Classical_sans/classicsansrounded-mediumitalic.otf")
        format("opentype");
    font-weight: var(--medium);
    font-style: italic;
}

/* SlightBlink (Light Italic) */
@font-face {
    font-family: "Classicalsans";
    src: url("fonts/Classical_sans/classicsansrounded-lightitalic.otf")
        format("opentype");
    font-weight: var(--light);
    font-style: italic;
}



























