@import url("fonts.css");
/*@import url("reset.css");*/
@import url("form-style.css");
@import url("registrationStep.css");
@import url("enter.css");
@import url("popupOrder.css");
@import url("account.css");
@import url("registrPopUp.css");



body {
    position: relative;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 14px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #2d2c32;
}
