@font-face{
    font-family: ABeeZee;
    src: local('ABeeZee'),
         local('ABeeZee Regular'),
         url('../assets/fonts/ABeeZee-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face{
    font-family: ABeeZee;
    src: local('ABeeZee Italic'),
         local('ABeeZee-Italic'),
         url('../assets/fonts/ABeeZee-Italic.otf') format('opentype');
    font-style: italic;
    font-weight: normal;
}