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

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

@font-face {
    font-family: 'TT Norms';
    src: url('../fonts/TTNorms-Thin.eot');
    src: local('TT Norms Thin'), local('TTNorms-Thin'),
    url('../fonts/TTNorms-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTNorms-Thin.woff') format('woff'),
    url('../fonts/TTNorms-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

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