/* ============================================================
   SalonFlow — Fonts (self-hosted brand typefaces)
   English / Latin : Creato Display (geometric sans, Thin→Black + italics)
   Arabic          : STC
   Both are self-hosted from the project; no CDN needed. The legacy SF Pro
   substitute is gone — these are the real brand fonts now.
   ============================================================ */

/* ---- Creato Display (Latin) ---- */
@font-face { font-family: 'Creato Display'; src: url('../uploads/creato_display/CreatoDisplay-Thin.otf') format('opentype'); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: 'Creato Display'; src: url('../uploads/creato_display/CreatoDisplay-ThinItalic.otf') format('opentype'); font-weight: 100; font-style: italic; font-display: swap; }
@font-face { font-family: 'Creato Display'; src: url('../uploads/creato_display/CreatoDisplay-Light.otf') format('opentype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Creato Display'; src: url('../uploads/creato_display/CreatoDisplay-LightItalic.otf') format('opentype'); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: 'Creato Display'; src: url('../uploads/creato_display/CreatoDisplay-Regular.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Creato Display'; src: url('../uploads/creato_display/CreatoDisplay-RegularItalic.otf') format('opentype'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Creato Display'; src: url('../uploads/creato_display/CreatoDisplay-Medium.otf') format('opentype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Creato Display'; src: url('../uploads/creato_display/CreatoDisplay-MediumItalic.otf') format('opentype'); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: 'Creato Display'; src: url('../uploads/creato_display/CreatoDisplay-Bold.otf') format('opentype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Creato Display'; src: url('../uploads/creato_display/CreatoDisplay-BoldItalic.otf') format('opentype'); font-weight: 700; font-style: italic; font-display: swap; }
@font-face { font-family: 'Creato Display'; src: url('../uploads/creato_display/CreatoDisplay-ExtraBold.otf') format('opentype'); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Creato Display'; src: url('../uploads/creato_display/CreatoDisplay-ExtraBoldItalic.otf') format('opentype'); font-weight: 800; font-style: italic; font-display: swap; }
@font-face { font-family: 'Creato Display'; src: url('../uploads/creato_display/CreatoDisplay-Black.otf') format('opentype'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Creato Display'; src: url('../uploads/creato_display/CreatoDisplay-BlackItalic.otf') format('opentype'); font-weight: 900; font-style: italic; font-display: swap; }

/* ---- STC (Arabic + Latin) ---- */
@font-face {
  font-family: 'STC';
  src: url('../fonts/STC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
