/*
Theme Name: Data Guard DLP
Theme URI: https://dataguard.com
Author: Data Guard
Author URI: https://dataguard.com
Description: Official WordPress theme for Data Guard — Next-Generation Data Loss Prevention Platform. Red, black and white brand identity. Bilingual Arabic/English support.
Version: 1.0.0
License: Proprietary
License URI: https://dataguard.com
Text Domain: dataguard
Tags: cybersecurity, dlp, rtl, bilingual, corporate
*/

/* ============================================================
   DATA GUARD THEME — DESIGN TOKENS
   Brand: Red (#CC0000), Black (#0A0A0A), White (#FFFFFF)
   Typography: Barlow Condensed (headings), Inter (body)
   ============================================================ */

:root {
  --dg-red:        #CC0000;
  --dg-red-dark:   #990000;
  --dg-red-light:  #FF2222;
  --dg-black:      #0A0A0A;
  --dg-dark:       #111111;
  --dg-dark2:      #1A1A1A;
  --dg-dark3:      #222222;
  --dg-gray:       #888888;
  --dg-gray-light: #CCCCCC;
  --dg-white:      #FFFFFF;
  --dg-off-white:  #F5F5F5;
  --dg-border:     rgba(255,255,255,0.08);
  --dg-nav-h:      72px;
  --dg-radius:     6px;
  --dg-transition: 0.25s ease;
  --dg-shadow:     0 4px 24px rgba(0,0,0,0.4);
  --dg-max-w:      1200px;
}
