:root {

    /* GENERAL */
    --font-family: 'Roboto', sans-serif;

    --clr-white: rgba(236, 2, 139, 0.25);

    --button-theme-01: #EC028B;
    --button-theme-01-hover: #18A7E0;
    --button-theme-02: #18A7E0;
    --button-theme-02-hover: #EC028B;

    --feature-icon-color: #EC028B;
    --site-title: #EC028B;


}