
:root {
    --font: 'Manrope', sans-serif;
    --font-roboto: 'Roboto', sans-serif;
    --bg: #fffcf6;
    --red: #B03535;
    --red-darck: #742121;
    --red-soft: #AF5E5E;
    --grey: #A5A5A5;
    --grey-soft: #F1F0EC;
    --grey-d9: #D9D9D9;
    --black: #2A2A2A;
    --blue: #041175;
    --blue2: #282739;


    --radius-xl: 22px;
    --radius-lg: 18px;
    --shadow-sm: 0 4px 16px rgba(0,0,0,.06);
}

