﻿/* officebuilding.css
  This file ONLY contains the color variables for the Office Building theme.
  Link to this file AFTER products.css to apply the theme.
*/

:root {
    --bg-color: #0a0a0a;
    --text-color: black;
    --primary-accent: #81783e;
    --secondary-accent: #adaa97;
    --tertiary-accent: #ccc;
    --light-accent: #66BB6A ; /* Specific to this theme for icons */
    --light-transparent: rgba(255, 255, 255, 0.3);
    --light-transparent-hover: rgba(255, 255, 255, 0.4);
    --light-border: rgba(255, 255, 255, 0.4);
    --shadow-color: rgba(46, 125, 50, 0.3);
    --glow-color: rgba(46, 125, 50, 0.5);
    --hero-pattern-color: rgba(255, 255, 255, 0.1);
    --scroll-indicator-color: black;
    --pulse-color: rgba(46, 125, 50, 0.4);
    --pulse-color-end: rgba(46, 125, 50, 0);
    --bubble-color-1: rgba(46, 125, 50, 0.4);
    --bubble-color-2: rgba(76, 175, 80, 0.4);
    --title-glow-from: rgba(224, 224, 224, 0.3);
}

/* Theme-specific overrides */
/*.icon-large {
    color: var(--light-accent) !important;
    text-shadow: 0 0 20px rgba(102,187,106,0.6), 0 0 10px rgba(0,0,0,0.3) !important;
}

.ecosystem-card i {
    color: var(--light-accent) !important;
}

.demo-card h3 {
    color: var(--light-accent) !important;
}
*/