/* Global design tokens - load this before all other stylesheets */
:root {
    --primary-blue: #005CB8;
    --primary-error: #C41230;
    --primary-success: #008000;

    --text-primary: #000;
    --text-placeholder-color: #6F6F6F;

    --background-white: #ffffff;

    --border-radius: 0.25rem;

    --text-border-color: #BFBFBF;
}


