/* 
 * 🏢 FO Link Local Google Fonts
 * This file replaces external calls to fonts.googleapis.com
 */

/* INTER - Main Interface Font */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/google/Inter-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/google/Inter-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/google/Inter-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/google/Inter-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('fonts/google/Inter-ExtraBold.woff2') format('woff2');
}

/* OUTFIT - Signature Module Font */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('fonts/google/Outfit-Variable.ttf') format('truetype');
}

/* FALLBACKS for other fonts to ensure stability */
@font-face {
    font-family: 'DM Sans';
    src: local('Segoe UI'), local('Arial');
}
@font-face {
    font-family: 'Lato';
    src: local('Arial');
}
@font-face {
    font-family: 'Playfair Display';
    src: local('Times New Roman');
}
@font-face {
    font-family: 'Niconne';
    src: local('cursive');
}
