================================================================
  Khafif Theme - Fonts Directory
================================================================

This folder is where Cairo font files should be placed.
The theme expects 3 WOFF2 files:

  - cairo-regular.woff2   (weight 400)
  - cairo-semibold.woff2  (weight 600)
  - cairo-bold.woff2      (weight 700)

----------------------------------------------------------------
  How to get the font files
----------------------------------------------------------------

The fastest method (recommended):

1. Visit: https://gwfh.mranftl.com/fonts/cairo
   (google-webfonts-helper — free, no signup)

2. Select these settings:
   - Charsets: Arabic + Latin
   - Styles: 400 (Regular), 600 (Semi-bold), 700 (Bold)
   - Modern Browsers (woff2 only)

3. Download the zip and extract.

4. Rename the files exactly as shown above and place them here:
   /wp-content/themes/khafif/assets/fonts/

----------------------------------------------------------------
  Alternative method (Google Fonts direct)
----------------------------------------------------------------

1. Visit: https://fonts.google.com/specimen/Cairo
2. Select the weights you want
3. Download the family (TTF format)
4. Convert TTF to WOFF2 using:
   https://cloudconvert.com/ttf-to-woff2
5. Rename and place in this folder.

----------------------------------------------------------------
  If fonts are missing
----------------------------------------------------------------

The theme will gracefully fall back to:
  Tahoma → system-ui → Segoe UI → sans-serif

This is fine for development but not ideal for production.

----------------------------------------------------------------
  Subsetting (advanced — optional)
----------------------------------------------------------------

For maximum performance, subset the fonts to include only the
characters you actually use. Tools:
  - https://fonttools.readthedocs.io/
  - https://everythingfonts.com/subsetter

The default font files (~80KB each) are usually fine —
LiteSpeed Cache will further optimize delivery.
