:root[data-theme="dark"] {
    color-scheme: dark;
    --background: #050606;
    --surface: #101111;
    --text: #f3f5f4;
    --border: #303736;
    --accent: #666666;
    --accent-text: #ffffff;
    --contact-button-background: #000000;
    --form-background: var(--surface);
}
