body {
  background: #f2f2f2;
} 

/* Theme Aromex - Custom styles */

:root {
    --aromex-primary: #333333;
    --aromex-secondary: #666666;
    --aromex-accent: #e67e22;
}

/* Header customization */
#header {
    background: var(--aromex-primary);
}

#header .header-nav {
    background: var(--aromex-secondary);
    color: white;
}

/* Main content customization */
#wrapper {
    background: #f8f9fa;
    padding: 2rem 0;
}

/* Footer customization */
#footer {
    background: var(--aromex-primary);
    color: white;
    padding: 2rem 0;
} 