:root {
    --primary-color: #00003c;
    --secondary-color: #070757;
    --third-color: #030359;
    --fourth-color: #070757;
    --background-color: #e1e1e1;
    --neutral-color: #1d1d1d;
    --neutral-color-second: white;
    --searh-bar: #F7F7F7;
    --title-color: #000000;
    --text-color: #000000;
    --card-color: white;
    --input-color: white;
    --on-primary: white;
    --on-secondary: white;
    --on-third: white;
    --on-fourth: white;
}
