/*
Theme Name: Immigration Custom
Author: Antigravity
Description: Premium Custom Theme for Immigration Services
Version: 3.0
*/

/* -------------------------------------------------------------------------- */
/*	1. Variables (Kept for reference or Tailwind plugins)
/* -------------------------------------------------------------------------- */
:root {
    /* Colors */
    --color-primary: #0a2540;
    /* Deep Blue */
    --color-accent: #00d4ff;
    /* Bright Cyan/Blue */
    --color-text-main: #333333;
    --color-text-light: #666666;
    --color-bg-light: #f6f9fc;
    --color-white: #ffffff;
    --color-orange: #ff6b35;

    /* Typography */
    --font-heading: 'Roboto', sans-serif;
    --font-body: 'Open Sans', sans-serif;
}