/* Auto-generated CSS module from visualDefault.css */
/* This file is loaded as the app's main stylesheet. */
/* In the original build, this is a CSS module chunk emitted by style-loader. */

:root {
    --zebrabi-primary: #FA4C10;
    --zebrabi-secondary: #A8E32C;
    --zebrabi-text: #323130;
    --zebrabi-text-secondary: #8A8886;
    --zebrabi-border: #E1DFDD;
    --zebrabi-bg: #FAF9F8;
    --zebrabi-white: #FFFFFF;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    color: var(--zebrabi-text);
    background: var(--zebrabi-bg);
    -webkit-font-smoothing: antialiased;
}

#welcome-header {
    transition: opacity 0.3s ease;
}

.error-message {
    color: #A4262C;
}
