/* Explain: Tech services theme matching flyer dark metallic and cyan colors */
:root {
    --primary-color: #00d2ff;
    --primary-hover: #00b0d8;
    --secondary-color: #2b303b;
    --accent-color: #00e5ff;
    --background-color: #111317;
    --surface-color: #1a1d24;
    --surface-warm: #22262e;
    --text-color: #ffffff;
    --text-muted: #9ba1ad;
    --border-color: #2e3440;
    --cyan-glow: rgba(0, 210, 255, 0.15);
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Avenir Next', 'Montserrat', sans-serif;
    --radius-oval: 8px;
    --radius-soft: 12px;
    --shadow-soft: 0 8px 32px rgba(0, 210, 255, 0.15);
    --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.4);
}
