@font-face {
    font-family: 'DINAlternate';
    src: url('../fonts/DINAlternateRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINAlternate';
    src: url('../fonts/DINAlternateMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINAlternate';
    src: url('../fonts/DINAlternateBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Blisstwin';
    src: url('../fonts/BlisstwinRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}