﻿/* Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
    font-family: 'DS Moster';
    src: url('/fonts/ds_moster.ttf') format('opentype');
}

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

@font-face {
    font-family: 'Special Elite Regular';
    src: url('/fonts/SpecialElite-Regular.ttf') format('truetype');
}
