
:root {
    --dark: #22304A;
    --white: #fff;
    --black: #000;
    --gray: #999CB8;
    --gray-light: #EBEBF1;
    --blue: #6E7FFC;
    --blue-bg-light: #8190FF;
    --blue-bg-dark: #5668EE;
    --red: #F53D5B;
    --red-bg-light: #FF5772;
    --red-bg-dark: #E11D3D;
    --green: #27DC8F;
    --green-bg-light: #32ED9E;
    --green-bg-dark: #3CD393;
    --gray-bg: #F6F9FE;
    --gray-bg-light: #F7F7F9;
    --map-cafe: #D79874;
    --map-restaurant: #24C17D;
    --map-bar: #8643AF;
    --map-fastfood: #F2C113;
    --map-nightclub: #7622FF;
    --map-hotel: #5041B0;
    --map-pet: #9C27B0;
    --map-atm: #1C4EBB;
    --map-cinema: #319CFF;
    --map-museum: #1F64E8;
    --map-library: #F08F1D;
    --map-pharma: #28DBBB;
    --map-parking: #FFBB0B;
    --font-family: "Proxima Nova", -apple-system, "Open Sans", system-ui, "sans-serif";
}