@font-face {
    font-family: 'Magistral Bold';
    src: url('fonts/magistral-bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Digital 7';
    src: url('fonts/digital-7.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'DS-Digital Normal';
    font-style: normal;
    font-weight: normal;
    src: local('DS-Digital Normal'), url('DS-DIGI.woff') format('woff');
    }
    

    @font-face {
    font-family: 'DS-Digital Italic';
    font-style: normal;
    font-weight: normal;
    src: local('DS-Digital Italic'), url('DS-DIGII.woff') format('woff');
    }
    

    @font-face {
    font-family: 'DS-Digital Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DS-Digital Bold'), url('DS-DIGIB.woff') format('woff');
    }
    

    @font-face {
    font-family: 'DS-Digital Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('DS-Digital Bold Italic'), url('DS-DIGIT.woff') format('woff');
    }