/* ===============================================
   Font Definitions
   =============================================== */

/* Soleil Font - English */
/* Note: Soleil is a commercial font. If you have the font files, place them in: fonts/soleil/ */
/* Then uncomment and update the paths below */

/*
@font-face {
    font-family: 'Soleil';
    src: url('../fonts/soleil/Soleil-Regular.woff2') format('woff2'),
         url('../fonts/soleil/Soleil-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Soleil';
    src: url('../fonts/soleil/Soleil-Bold.woff2') format('woff2'),
         url('../fonts/soleil/Soleil-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*/

/* Alternative: If you don't have Soleil, use these free alternatives */
/* Uncomment ONE of the options below if you don't have Soleil font files */

/* Option 1: Inter (Clean, modern, similar to Soleil) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* Option 2: Plus Jakarta Sans (Geometric, similar vibe) */
/* @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700&display=swap'); */

/* Option 3: DM Sans (Clean and professional) */
/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600;700&display=swap'); */


/* ===============================================
   Font Loading Instructions
   =============================================== */

/*
HOW TO ADD SOLEIL FONT:

1. If you have Soleil font files (.woff2, .woff, .ttf, or .otf):
   - Create a folder: fonts/soleil/
   - Place your font files there
   - Uncomment the @font-face rules above
   - Update the file paths and names to match your files

2. If you DON'T have Soleil:
   - The app is currently using "Inter" as a free alternative
   - It looks very similar to Soleil
   - Or uncomment one of the other options above

3. Soleil font files you might need:
   - Soleil-Regular (normal weight)
   - Soleil-Bold (bold weight)
   - Optional: Soleil-Semibold, Soleil-Light, etc.

4. Where to get Soleil:
   - It's a commercial font by TypeTogether
   - Purchase from: https://www.type-together.com/soleil-font
   - Or use your existing license if you have one

5. Converting fonts (if needed):
   - Use: https://transfonter.org/
   - Upload TTF/OTF files
   - Download WOFF2/WOFF versions
*/

