/* Self-hosted fonts for offline performance and reduced external dependencies */
/* woff2 first (smaller), ttf as fallback for older engines */

/* Zen Dots - Regular 400 */
@font-face {
    font-family: 'Zen Dots';
    src: url('zen-dots-400.woff2') format('woff2'),
         url('zen-dots-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Outfit - Light 300 */
@font-face {
    font-family: 'Outfit';
    src: url('outfit-300.woff2') format('woff2'),
         url('outfit-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Outfit - Regular 400 */
@font-face {
    font-family: 'Outfit';
    src: url('outfit-400.woff2') format('woff2'),
         url('outfit-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Outfit - Medium 500 */
@font-face {
    font-family: 'Outfit';
    src: url('outfit-500.woff2') format('woff2'),
         url('outfit-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Outfit - SemiBold 600 */
@font-face {
    font-family: 'Outfit';
    src: url('outfit-600.woff2') format('woff2'),
         url('outfit-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Outfit - Bold 700 */
@font-face {
    font-family: 'Outfit';
    src: url('outfit-700.woff2') format('woff2'),
         url('outfit-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Outfit - ExtraBold 800 */
@font-face {
    font-family: 'Outfit';
    src: url('outfit-800.woff2') format('woff2'),
         url('outfit-800.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
