@font-face {
    font-family: 'Ortica Linear';
    src:    url('web/OrticaLinear-Light.woff2') format('woff2'),
            url('desktop/OrticaLinear-Light.otf') format('opentype');
    font-weight: light;
    font-style: normal;
}

@font-face {
    font-family: 'Ortica Linear';
    src:    url('web/OrticaLinear-Bold.woff2') format('woff2'),
            url('desktop/OrticaLinear-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ortica Linear';
    src:    url('web/OrticaLinear-Regular.woff2') format('woff2'),
            url('desktop/OrticaLinear-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ortica Angular';
    src:    url('web/OrticaAngular-Bold.woff2') format('woff2'),
            url('desktop/OrticaAngular-Bold.otf') format('opentype'),
    font-weight: bold;
    font-style: normal;
}
