/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.5.0.1779628559
Updated: 2026-05-24 13:15:59

*/
/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.5.0
*/

/* ============================================================
   DESIGN TOKENS  — single source of truth for all block CSS.
   Every block CSS file must reference these vars, never
   hardcode the resolved value.
   ============================================================ */

:root {

  /* Brand colours */
  --blu-primary:  #1E50E5;
  --blu-dark:     #0A2A8A;
  --blu-light:    #4895FF;
  --blu-soft:     #EEF3FF;
  --blu-soft-2:   #DCE6FF;

  /* Ink (text) scale */
  --ink:          #0A0F1E;
  --ink-soft:     #2D3247;
  --ink-mid:      #4B5068;
  --ink-muted:    #6B7088;

  /* Borders / lines */
  --line:         #E4E8F3;
  --line-soft:    #F0F3F9;

  /* Backgrounds */
  --bg:           #FAFBFD;
  --surface:      #FFFFFF;

  /* Accent palette */
  --accent-green:  #04D07C;
  --accent-red:    #FF3C21;
  --accent-amber:  #EFAB3B;
  --accent-teal:   #00AAB6;
  --accent-yellow: #FDD25E;
  --accent-sky:    #0093DB;
  --accent-mint:   #00D6BD;
  --accent-blue:   #4895FF;
  --accent-purple: #8F3ACC;
  --accent-orange: #FF772D;

  /* Typography */
  --font-display: 'Neue Haas Grotesk Display', 'Helvetica Neue', 'Arial', sans-serif;
  --font-body:    'Neue Haas Grotesk Display', 'Helvetica Neue', 'Arial', sans-serif;
  --font-mono:    'SF Mono', 'Consolas', 'Courier New', monospace;
  --font-arabic:  'Noto Sans Arabic', 'Segoe UI', sans-serif;

  /* Type scale */
  --t-hero:    clamp(44px, 5.6vw, 72px);
  --t-display: clamp(34px, 4.2vw, 52px);
  --t-h1:      clamp(28px, 3.4vw, 40px);
  --t-h2:      clamp(24px, 2.8vw, 32px);
  --t-h3:      20px;
  --t-lead:    18px;
  --t-body:    16px;
  --t-small:   14px;
  --t-micro:   12px;

  /* Spacing scale */
  --s-1:  4px;
  --s-2:  8px;
  --s-3:  12px;
  --s-4:  16px;
  --s-5:  20px;
  --s-6:  28px;
  --s-7:  40px;
  --s-8:  56px;
  --s-9:  72px;
  --s-10: 96px;

  /* Border radius scale */
  --r-1:    4px;
  --r-2:    8px;
  --r-3:    12px;
  --r-4:    16px;
  --r-5:    24px;
  --r-full: 999px;

  /* Shadows */
  --shadow-sm:   0 1px 2px rgba(10, 15, 30, 0.06);
  --shadow-md:   0 4px 14px rgba(10, 15, 30, 0.08);
  --shadow-lg:   0 18px 48px rgba(10, 15, 30, 0.12);
  --shadow-blue: 0 16px 40px rgba(30, 80, 229, 0.20);

  /* Layout */
  --maxw:   1240px;
  --gutter: 24px;

  /* Animation */
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --dur:  220ms;
}


/* ============================================================
   BASE RESETS  (scoped to keep Kadence happy)
   ============================================================ */

/* WordPress list fix — Kadence adds left padding to lists
   inside post content; reset it for our custom blocks       */
.single-content ul,
.single-content ol {
  padding-left: 0 !important;
}
body {
  font-family: 'Neue Haas Grotesk Display', 'Helvetica Neue', Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html[dir="rtl"] body {
  font-family: 'Noto Sans Arabic', 'Segoe UI', sans-serif !important;
}