/**
 * Sailec Font Family - Performance Optimized
 * Only WOFF2 format for modern browsers (95%+ support)
 * font-display: swap prevents FOIT (Flash of Invisible Text)
 */

/* Sailec Medium - font-weight: 500 */
@font-face {
    font-family: 'Sailec';
    src: url('../fonts/Sailec Medium/Web Fonts/ac9525e5f200f57332b3080d0db9d8f6.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Sailec Bold - font-weight: 700 */
@font-face {
    font-family: 'Sailec';
    src: url('../fonts/Sailec Bold/Web Fonts/61b43418b9624db49ba89da5d1b7eec8.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
