/* --- 1. Regular (Required for Body) --- */
@font-face {
    font-family: 'Google Sans Mono';
    src: url('Google Sans Mono/Google-Sans-Mono-Regular.woff2') format('woff2'),
         url('Google Sans Mono/Google-Sans-Mono-Regular.ttf')   format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* --- 2. Bold (Required for UI Elements) --- */
@font-face {
    font-family: 'Google Sans Mono';
    src: url('Google Sans Mono/Google-Sans-Mono-Bold.woff2') format('woff2'),
         url('Google Sans Mono/Google-Sans-Mono-Bold.ttf')   format('truetype');
    font-weight: 700; /* Maps to 'bold' */
    font-style: normal;
    font-display: swap;
}

/* --- 3. Italic (Recommended for content) --- */
@font-face {
    font-family: 'Google Sans Mono';
    src: url('Google Sans Mono/Google-Sans-Mono-Italic.woff2') format('woff2'),
         url('Google Sans Mono/Google-Sans-Mono-Italic.ttf')   format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* --- 4. Bold Italic (Just in case) --- */
@font-face {
    font-family: 'Google Sans Mono';
    src: url('Google Sans Mono/Google-Sans-Mono-Italic-Bold.woff2') format('woff2'),
         url('Google Sans Mono/Google-Sans-Mono-Italic-Bold.ttf')   format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}