/**
 * =============================================================================
 * SYBILLAE LOCAL FONT DEFINITIONS
 * =============================================================================
 * 
 * Local @font-face declarations for Cormorant Garamond and Outfit.
 * Fonts are stored in /static_sybillae/fonts/ directory.
 * 
 * =============================================================================
 */


/* =============================================================================
   CORMORANT GARAMOND - Display Font (for headings, hero text, emotional moments)
   ============================================================================= */

/* Light 300 */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond/static/CormorantGaramond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light 300 Italic */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond/static/CormorantGaramond-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular 400 */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond/static/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Regular 400 Italic */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond/static/CormorantGaramond-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium 500 */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond/static/CormorantGaramond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium 500 Italic */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond/static/CormorantGaramond-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* SemiBold 600 */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond/static/CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* SemiBold 600 Italic */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond/static/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold 700 */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond/static/CormorantGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold 700 Italic */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond/static/CormorantGaramond-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}


/* =============================================================================
   OUTFIT - Body Font (for UI, body text, buttons, labels)
   ============================================================================= */

/* Thin 100 */
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit/static/Outfit-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* ExtraLight 200 */
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit/static/Outfit-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Light 300 */
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit/static/Outfit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

/* Medium 500 */
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit/static/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* SemiBold 600 */
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit/static/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold 700 */
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit/static/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ExtraBold 800 */
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit/static/Outfit-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Black 900 */
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit/static/Outfit-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
