﻿@font-face {
    font-family: "DIN Pro";
    src: url("dinpro.ttf") format("truetype"),
    url("dinpro.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "DIN Pro";
    src: url("dinpro_bold.ttf") format("truetype"),
    url("dinpro_bold.otf") format("opentype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "DIN Pro";
    src: url("dinpro_medium.ttf") format("truetype"),
    url("dinpro_medium.otf") format("opentype");
    font-style: normal;
    font-weight: 500;
}


