﻿:root {
    --logo-blue-color: #003d6b;
    --button-gradient-start: #003d6b;
    --button-gradient-end: #003d6b60;
    --icon-blue: #1976d2;
    --light-background: #F8F8F8;
    --dark-background: #F2F2F2;
    --section-text-color: #64748b;
    --panel-header-color: #003d5c;
    --panel-text-color: #475569;
    --heading-primary: #1a1a1a;
    --heading-secondary: #0066cc;
    /* Colour Variables */
    --text-primary: #666;
    --text-placeholder: #9ca3af;
    --card-background: #ffffff;
    --border-default: #003d6b20;
    --border-focus: #003d6b80;
    --focus-shadow: rgba(139, 95, 191, 0.1);
    --button-shadow: #003d6b30;
    --button-shadow-hover: #003d6b40;
    --button-secondary-text: gray;
    --button-secondary-hover: rgba(50, 50, 50, 0.05);
    --white: #ffffff;
    /* Why Section Colours */
    --blue-primary: #003d6b;
    --purple-primary: #8b5fbf;
    --purple-light: #e8d5f2;
    --green-primary: #009900;
    --green-light: #33FF0040;
    --purple-primary: #8b5fbf;
    --purple-light: #e8d5f2;
    --orange-primary: #e67a3e;
    --orange-light: #fde8d8;
    --teal-primary: #5ec4b6;
    --teal-light: #d8f4f1;
    --why-background: #E8F1F850;
    --download-background: #f5f5f5;
    --comparison-background: #E8F1F850;
    --table-background: #f5f5f5;
    --calculator-background: #E8F1F850;
    --deliverables-background: #f5f5f5;
    --cta-background: #E8F1F850;
    --gradient-bar-start: #e94d88;
    --gradient-bar-end: #f5a462;
    --red-primary: #e94d88;
    --red-light: #fef0f4;
}
