@font-face {
    font-family: 'Ortica Angular';
    src: url('../font/Ortica/OrticaAngular-Bold.woff2') format('woff2'),
        url('../font/Ortica/OrticaAngular-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ortica Linear';
    src: url('../font/Ortica/OrticaLinear-Bold.woff2') format('woff2'),
        url('../font/Ortica/OrticaLinear-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ortica Linear';
    src: url('../font/Ortica/OrticaLinear-Regular.woff2') format('woff2'),
        url('../font/Ortica/OrticaLinear-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ortica Linear';
    src: url('../font/Ortica/OrticaLinear-Light.woff2') format('woff2'),
        url('../font/Ortica/OrticaLinear-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Petit Formal Script';
    src: url('../font/PetitFormalScript/PetitFormalScript-Regular.woff2') format('woff2'),
        url('../font/PetitFormalScript/PetitFormalScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}