/* in new project you have to copy this variables and change them or leave them as they are */

:root {
    --text-color         : #000;
    --primary-color      : #E4055F;
    --primary-color-hover: #e4055fb0;
    --secondary-color    : #7A7A7A;

    --black-color: #000000;
    --green-color: #009944;
    --red-color  : #cf000f;

    --base-font: 'Arial',
        'sans-serif';
    --font-weight-normal: 400;
    --font-weight-bold  : 700;
}