@font-face {
    font-family: 'Inter';
    src: local('Inter-Regular'),
        url('Inter-Regular.otf') format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: 'Lato';
    src: local('Inter-Regular'),
        url('Lato-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'NovaMono';
    src: url('NovaMono.eot');
    src: local('NovaMono'),
    url('NovaMono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe_UI';
    src: local('Segoe UI'),
        url('Segoe_UI.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Segoe_UI_Symbol';
    src: local('Segoe UI Symbol'),
        url('Segoe_UI_Symbol.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('PFDinDisplayPro-Regular.eot');
    src: local('PFDinDisplayPro-Regular'),
        url('PFDinDisplayPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('PFDinDisplayPro-Regular.woff2') format('woff2'),
        url('PFDinDisplayPro-Regular.woff') format('woff'),
        url('PFDinDisplayPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}