@font-face {
    font-family: 'Fregat';
    src: local('Fregat'),
         url('Fregat/Fregat_regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Fregat';
    src: local('Fregat Italic'),
         url('Fregat/Fregat_italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Fregat';
    src: local('Fregat Bold'),
         url('Fregat/Fregat_bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Fregat';
    src: local('Fregat Bold Italic'),
         url('Fregat/Fregat_bold_italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}
