/*======================================
Theme Name: QEY DiviChild
Theme URI: https://qwerty.ms
Description: QWERTY.ms child for Divi
Version: 1.0
Author: QWERTY.ms
Author URI: https://qwerty.ms
Template: Divi
======================================*/

/* ==========================================================================
   LOCAL VARIABLE FONTS 
   (font-display: fallback prevents layout shifts & font swapping)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. INTER (Variable: Weights 100 to 900)
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
   /* NO SWAP - Eliminates visual layout jumps */
  src: url('https://qwerty.ms/wp-content/themes/DiviChildTheme/Fonts/Inter-Regular.woff2') format('woff2');
;font-display:fallback;}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
   /* NO SWAP - Eliminates visual layout jumps */
  src: url('https://qwerty.ms/wp-content/themes/DiviChildTheme/Fonts/Inter-Italic.woff2') format('woff2');
;font-display:fallback;}


/* --------------------------------------------------------------------------
   2. PLUS JAKARTA SANS (Variable: Weights 200 to 800)
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200 800;
   /* NO SWAP - Eliminates visual layout jumps */
  src: url('https://qwerty.ms/wp-content/themes/DiviChildTheme/Fonts/PlusJakartaSans-Regular.woff2') format('woff2');
;font-display:fallback;}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 200 800;
   /* NO SWAP - Eliminates visual layout jumps */
  src: url('https://qwerty.ms/wp-content/themes/DiviChildTheme/Fonts/PlusJakartaSans-Italic.woff2') format('woff2');
;font-display:fallback;}


/* --------------------------------------------------------------------------
   3. GLOBAL FONT ASSIGNMENTS
   -------------------------------------------------------------------------- */
body, p, span, a, li, input, textarea, button {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .et_pb_module h1, .et_pb_module h2, .et_pb_module h3 {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}