@font-face {
    font-family: 'PPHattonBold';
    src: url('../fonts/PPHattonBold700.otf') format('opentype');
}

@font-face {
    font-family: 'PPHattonMedium';
    src: url('../fonts/PPHattonMedium500.otf') format('opentype');
}

@font-face {
    font-family: 'PPHattonUltralight';
    src: url('../fonts/PPHattonUltralight.otf') format('opentype');
}

@font-face {
    font-family: 'DINNextLTProLight';
    src: url('../fonts/DINNextLTProLight.otf') format('opentype');
}

@font-face {
    font-family: 'PlaylistScript';
    src: url('../fonts/Playlist-Script.otf') format('opentype');
}


.ff-PHattonBold{
    font-family: 'PPHattonBold', sans-serif;
}

.ff-PHattonMedium{
    font-family: 'PPHattonMedium', sans-serif;
}

.ff-PHattonUltralight{
    font-family: 'PPHattonUltralight', sans-serif;
}

.ff-DINNextLTProLight{
    font-family: 'DINNextLTProLight', sans-serif;
}

.ff-PlaylistScript{
    font-family: 'PlaylistScript', sans-serif;
}


