:root {
    /* Fonts */
    --font-heading: 'Futura', 'Trebuchet MS', 'Arial', sans-serif;
    /* User requested Futura */
    --font-heading-jp: 'Noto Sans JP', sans-serif;
    --font-body: 'Noto Sans JP', sans-serif;

    /* Corporate Identity Colors - Keeping original palette available but emphasized BW */
    --color-primary-red: #cc0000;
    --color-primary-blue: #0056b3;
    --color-primary-navy: #1a237e;
    --color-primary-lightblue: #4fc3f7;
    --color-primary-yellow: #fbc02d;
    /* Yellow Accent */

    /* Theme Colors (Samoyed Style) */
    --color-white: #ffffff;
    --color-black: #000000;
    /* Pure black for strong contrast */
    --color-dark-gray: #333333;
    --color-light-gray: #f4f4f4;

    /* Spacing - Increased for modern airy feel */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1.5rem;
    --spacing-md: 3rem;
    --spacing-lg: 6rem;
    --spacing-xl: 10rem;

    /* Global settings */
    --site-max-width: 1400px;
    /* Wider container */
    --border-radius: 0px;
    /* Sharp edges for modern tech feel */
}