/*
Theme Name: CyberX Child
Theme URI: https://cyberx.ge
Description: CyberX — Cybersecurity corporate site. Child theme of GeneratePress. Dark, color-zoned enterprise aesthetic, bilingual (ka/en), performance-first.
Author: CyberX
Template: generatepress
Version: 1.0.0
Text Domain: cyberx-child
*/

/* ============================================================
   CyberX — Design System tokens (ported from design handoff)
   ============================================================ */
:root {
  /* Surfaces */
  --bg:        #07080A;
  --bg-2:      #0C0E12;
  --panel:     #121419;
  --panel-2:   #171A20;
  --line:      rgba(255,255,255,0.09);
  --line-2:    rgba(255,255,255,0.14);

  /* Text */
  --text:  #EEF1F4;
  --muted: #9AA2AC;
  --dim:   #838b94;

  /* Brand + zone accents */
  --brand:    #FF4B26;
  --brand-2:  #FF7A3C;
  --brand-dim:#C23314;
  --green:    #25E08A;
  --green-2:  #16B26A;
  --teal:     #36D2E6;
  --teal-2:   #19A6BC;
  --blue:     #2D7FF9;
  --indigo:   #5B6EF5;
  --periwinkle:#8B9BF5;
  --red:      #F0444C;

  --maxw: 1240px;
  --radius: 14px;

  --font: 'Noto Sans Georgian', system-ui, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;

  --ease: cubic-bezier(.22,.61,.36,1);
}
