:root {
    /* COLORS */
    --color-bg: #ffffff;
    --color-text: #333941;
    --color-text-soft: #4a5462;
    --color-accent: #143464;
    --color-accent-hover: #285cc4;
    --color-border: #d9d3c8;
    --color-button-bg: #59c135;

    /* FONTS */
    --font-title: 'Bitter', serif;
    --font-body: 'Merriweather', serif;
}
