/*
 * ALVIRAN AI Chat — Local Font Declarations
 * Replace Google Fonts @import for GDPR compliance + performance
 *
 * HOW TO ADD FONTS:
 * 1. Download woff2 files from https://gwfh.mranftl.com/fonts
 * 2. Place them in this /fonts/ directory
 * 3. Uncomment the @font-face rules below
 *
 * Until font files are added, the system-font fallback stack will be used.
 * The chat will look identical on most systems (Inter is widely available).
 */

/* --- Inter (Body Text) --- */
/*
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./Inter-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./Inter-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./Inter-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./Inter-Bold.woff2') format('woff2');
}
*/

/* --- Outfit (Headings) --- */
/*
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./Outfit-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('./Outfit-ExtraBold.woff2') format('woff2');
}
*/
