@font-face {
    font-family: 'DIN OT Black';
    font-style: normal;
    font-weight: normal;
    src: local('DIN OT Black'), url('dinot-black.ttf') format('truetype');
}

@font-face {
    font-family: 'DIN OT Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DIN OT Bold'), url('dinot-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'DIN OT Regular';
    font-style: normal;
    font-weight: normal;
    src: local('DIN OT Regular'), url('dinot-regular.otf') format('opentype');
}

@font-face {
    font-family: 'DIN OT';
    font-style: normal;
    font-weight: normal;
    src: local('DIN OT'), url('dinot.ttf') format('truetype');
}

@font-face {
    font-family: 'DIN OT Medium';
    font-style: normal;
    font-weight: normal;
    src: local('DIN OT Medium'), url('dinot-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'DIN OT Light';
    font-style: normal;
    font-weight: normal;
    src: local('DIN OT Light'), url('dinot-light.ttf') format('truetype');
}
