@font-face {
    font-family: 'DattoDIN';
    src: url('DattoDIN-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DattoDIN';
    src: url('DattoDIN-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DattoDIN';
    src: url('DattoDIN-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DattoDIN';
    src: url('DattoDIN-BoldCondensed.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap;
} 
