@font-face {
    font-family: "Norms";
    src: url("../fonts/TT-Norms-Fonts/TTNorms-Regular.otf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Norms";
    src: url("../fonts/TT-Norms-Fonts/TTNorms-Bold.otf");
    font-style: 700;
    font-display: swap;
}

@font-face {
    font-family: "Norms SemiBold";
    src: url("../fonts/TT-Norms-Fonts/TTNorms-Medium.otf");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Norms";
    src: url("../fonts/TT-Norms-Fonts/TTNorms-Light.otf");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Norms";
    src: url("../fonts/TT-Norms-Fonts/TTNorms-Italic.otf");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Norms";
    src: url("../fonts/TT-Norms-Fonts/TTNorms-BoldItalic.otf");
    font-style: 700;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Norms";
    src: url("../fonts/TT-Norms-Fonts/TTNorms-MediumItalic.otf");
    font-weight: 600;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Norms";
    src: url("../fonts/TT-Norms-Fonts/TTNorms-LightItalic.otf");
    font-style: normal;
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
    font-style: 700;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Light.ttf");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Italic.ttf");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-BoldItalic.ttf");
    font-style: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-LightItalic.ttf");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}

/* Transducer */

@font-face {
    font-family: "Transducer";
    src: url("../fonts/Transducer/Transducer\ Extended\ Regular.otf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Transducer";
    src: url("../fonts/Transducer/Transducer\ Extended\ Bold.otf.otf");
    font-style: 700;
    font-display: swap;
}

@font-face {
    font-family: "Transducer";
    src: url("../fonts/Transducer/Transducer\ Extended\ Regular\ Italic.otf");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Transducer";
    src: url("../fonts/Transducer/Transducer\ Extended\ Bold\ Italic.otf");
    font-style: 700;
    font-style: italic;
    font-display: swap;
}