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

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

@font-face {
    font-family: 'Domaine Text Light';
    src: url('domaine-text-light.woff2') format('woff2'),
        url('domaine-text-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}