:root {
    --text: #4a4a4a;

    --info-text: #252525;
    --info-bg: #f5b8b8;
    --alert-text: #b40000;
    --alert-bg: #f5c8ca;

    --bg-color: #cf3129;
	--bg-color-light: #ffefef;
    --bg-color-white: #fff;
    --bg-color-dark: rgba(60,64,67,0.08);
    --nav-width: 256px;
    --max-block-width: 32rem;
}

