@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-Regular.woff2') format('woff2'),
         url('../fonts/InterTight-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-Medium.woff2') format('woff2'),
         url('../fonts/InterTight-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-SemiBold.woff2') format('woff2'),
         url('../fonts/InterTight-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}