@font-face {
    font-family: 'TT Interphases Pro';
    src: url('../fonts/TT Interphases Pro Thin.woff2') format('woff2'),
         url('../fonts/TT Interphases Pro Thin.woff') format('woff'),
         url('../fonts/TT Interphases Pro Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interphases Pro';
    src: url('../fonts/TT Interphases Pro Regular.woff2') format('woff2'),
         url('../fonts/TT Interphases Pro Regular.woff') format('woff'),
         url('../fonts/TT Interphases Pro Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interphases Pro';
    src: url('../fonts/TT Interphases Pro Bold.woff2') format('woff2'),
         url('../fonts/TT Interphases Pro Bold.woff') format('woff'),
         url('../fonts/TT Interphases Pro Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interphases Pro';
    src: url('../fonts/TT Interphases Pro Black.woff2') format('woff2'),
         url('../fonts/TT Interphases Pro Black.woff') format('woff'),
         url('../fonts/TT Interphases Pro Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interphases Pro';
    src: url('../fonts/TT Interphases Pro Black Italic.woff2') format('woff2'),
         url('../fonts/TT Interphases Pro Black Italic.woff') format('woff'),
         url('../fonts/TT Interphases Pro Black Italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}