/* VARIABLES */
:root {
    /* --colors */
    --c-gray-300: #f7f7f7;
    --c-gray-500: #777777;
    --c-brand-yellow: #FFE900;
    --c-brand-black: #3D3935;
    /* --font-families */
    --ff-primary: 'Poppins', sans-serif;
    --ff-secondary: 'Lato';
    /* --sizes */
    --mw-l: 1210px;
    --mw: 960px;
    /* --shadows */
    --shadow-01: 0px 8px 6px rgba(171, 171, 171, 0.25);
}