/* 
 * Corporate Identity Stylesheet
 * Holds basic variables and identity settings
 */

:root {
    --primary-color: #000000;
    --secondary-color: #ffffff;
    --background-gray: #f5f5f5;
    --border-gray: #e2e8f0;
    --text-primary: #1a1a1a;
    --text-secondary: #475569;
}
