/* / Montserrat - */
/* regular 400,
    regular italic 400i
    medium 500
    semi-bold 600
    bold 700 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700&display=swap");

@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Medium.woff2") format("woff2"),
    url("../fonts/Gotham-Medium.woff") format("woff"),
    url("../fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Book.woff2") format("woff2"),
    url("../fonts/Gotham-Book.woff") format("woff"),
    url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*
  Poppins
  300 - light
  400 - regular
  400i - regular italic
  500 - medium
  600 - semi-bold
  700 - bold
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");

@font-face {
  font-family: "Noah";
  src: url("../fonts/Noah-Bold.woff2") format("woff2"),
    url("../fonts/Noah-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noah";
  src: url("../fonts/Noah-BoldItalic.woff2") format("woff2"),
    url("../fonts/Noah-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Noah";
  src: url("../fonts/Noah-RegularItalic.woff2") format("woff2"),
    url("../fonts/Noah-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Noah";
  src: url("../fonts/Noah-Regular.woff2") format("woff2"),
    url("../fonts/Noah-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Sinteca */
@font-face {
    font-family: 'Sinteca';
    src: url('../fonts/Sinteca-Regular.eot');
    src: url('../fonts/Sinteca-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sinteca-Regular.woff2') format('woff2'),
        url('../fonts/Sinteca-Regular.woff') format('woff'),
        url('../fonts/Sinteca-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sinteca';
    src: url('../fonts/Sinteca-Medium.eot');
    src: url('../fonts/Sinteca-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sinteca-Medium.woff2') format('woff2'),
        url('../fonts/Sinteca-Medium.woff') format('woff'),
        url('../fonts/Sinteca-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sinteca';
    src: url('../fonts/Sinteca-Bold.eot');
    src: url('../fonts/Sinteca-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sinteca-Bold.woff2') format('woff2'),
        url('../fonts/Sinteca-Bold.woff') format('woff'),
        url('../fonts/Sinteca-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sinteca';
    src: url('../fonts/Sinteca-SemiBold.eot');
    src: url('../fonts/Sinteca-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sinteca-SemiBold.woff2') format('woff2'),
        url('../fonts/Sinteca-SemiBold.woff') format('woff'),
        url('../fonts/Sinteca-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* TT  */
@font-face {
    font-family: 'TT Supermolot Neue Trl';
    src: url('../fonts/TTSupermolotNeueTrl-Rg.eot');
    src: url('../fonts/TTSupermolotNeueTrl-Rg.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTSupermolotNeueTrl-Rg.woff2') format('woff2'),
        url('../fonts/TTSupermolotNeueTrl-Rg.woff') format('woff'),
        url('../fonts/TTSupermolotNeueTrl-Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Supermolot Neue Trl';
    src: url('../fonts/TTSupermolotNeueTrl-Bd.eot');
    src: url('../fonts/TTSupermolotNeueTrl-Bd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTSupermolotNeueTrl-Bd.woff2') format('woff2'),
        url('../fonts/TTSupermolotNeueTrl-Bd.woff') format('woff'),
        url('../fonts/TTSupermolotNeueTrl-Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

