/* FS_me Font Face Declaration */
@font-face {
    font-family: 'FS_me';
    src: url('../fonts/FS_me.woff2') format('woff2'),
         url('../fonts/FS_me.woff') format('woff'),
         url('../fonts/FS_me.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FS_me';
    src: url('../fonts/FS_me-Bold.woff2') format('woff2'),
         url('../fonts/FS_me-Bold.woff') format('woff'),
         url('../fonts/FS_me-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FS_me';
    src: url('../fonts/FS_me-Italic.woff2') format('woff2'),
         url('../fonts/FS_me-Italic.woff') format('woff'),
         url('../fonts/FS_me-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FS_me';
    src: url('../fonts/FS_me-BoldItalic.woff2') format('woff2'),
         url('../fonts/FS_me-BoldItalic.woff') format('woff'),
         url('../fonts/FS_me-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/* Apply FS_me font to all elements */
* {
    font-family: 'FS_me', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

body {
    font-family: 'FS_me', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

