/*
Dina font kriswebb
*/

/* DINA REGULAR */
@font-face {
    font-family: 'dinafont';
    src: url('./fonts/dinaregular.woff2') format('woff2'),
         url('./fonts/dinaregular.woff') format('woff'),
         url('./fonts/dinaregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* DINA MEDIUM */
@font-face {
    font-family: 'dinafont';
    src: url('./fonts/dinamedium.woff2') format('woff2'),
         url('./fonts/dinamedium.woff') format('woff'),
         url('./fonts/dinamedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* DINA BOLD */
@font-face {
    font-family: 'dinafont';
    src: url('./fonts/dinabold.woff2') format('woff2'),
         url('./fonts/dinabold.woff') format('woff'),
         url('./fonts/dinabold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

/* DINA HEADLINE */
@font-face {
    font-family: 'dinaheadline';
    src: url('./fonts/dinaheadline-bold.woff2') format('woff2'),
         url('./fonts/dinaheadline-bold.woff') format('woff'),
         url('./fonts/dinaheadline-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
