:root {
    
  --gradiant-color-from: #0163ea;
  --gradiant-color-to: #00bcf9;
  --black-color: #29323c; 
  --white-color: #ffffff; 

  --heading: 'alfa slab one';
  --body-font: 'oxygen, sans-serif';  
  --body-color: #666666;  
  --sv-body-color: #202020;  
  --transition: 500ms all ease;
  --main-color: #015fea;
  /* --base-color:  linear-gradient(to right,var(--gradiant-color-from),var(--gradiant-color-to)); */
  --base-color:  #247ad2;
  --theme-color: #056251;
  --theme-color-2: #FFB966;
  --meta-font: 'Play', sans-serif;
  --main-sv-color: #034b5b;
  --base-sv-color: #f18f20;
  --sv-body-font: 'Montserrat';
  --sv-heading-font: 'Libre Baskerville';
       --primary-blue: #2c7be5; /* Matches the blue in the logo/image */
            --dark-text: #2c3e50;
            --body-text: #6c757d;
            --btn-dark: #2c3036;
             --brand-blue: #247ad2; /* Closely matches the screenshot blue */
            --brand-blue-dark: #247ad2;
            --text-dark: #2c3e50;
            --icon-white: #ffffff;
                 --brand-blue: #2c7be5;
            --brand-dark: #2c3e50;
            --bg-light: #eaf6ff; /* Light blue background */
            --input-bg: #f5f7f9;
                 --brand-blue: #00AEEF; /* Cyan blue from screenshot */
            --text-dark: #2c3e50;
            --text-muted: #6c757d;
              --bg-dark: #0b0d17;
            --text-light: #ffffff;
            --accent-purple: #7000ff;
            --accent-pink: #ff0055;
            --blob-gradient: linear-gradient(135deg, rgba(112, 0, 255, 0.8), rgba(255, 0, 85, 0.5));
            --brand-dark: #003355;      /* Deep Navy Background */
            --brand-accent: #2d89bf;    /* Lighter Blue Text */
            --brand-orange: #d35400;    /* Underline Color */
            --paper-white: #fdfdfd;
             --bg-dark: #232830; /* Dark Charcoal/Navy */
            --brand-blue: #2c7be5;
            --brand-blue-hover: #1a68d1;
            --border-gold: #c4a476; /* The thin brownish/gold border color */
            --text-light: #e9ecef;
              --brand-blue: #2c7be5;
            --brand-dark: #1a202c;
            --bg-light: #eaf6ff;

             --brand-gold: #c1a681; /* The brown/gold color from the image */
            --brand-blue: #1976d2; /* The blue from the button/icon */
            --brand-blue-hover: #1565c0;
            --text-dark: #2c2c2c;
             --primary-color: #6366f1; /* Indigo */
            --primary-hover: #4f46e5;
            --bg-dark: #0f172a;
            --text-light: #f8fafc;
            --text-muted: #94a3b8;
            --card-bg: #1e293b;
}
