@import url('../vendor/normalize.css');
@import url('../vendor/fonts/Inter/inter.css');

@import url('../blocks/body/body.css');
@import url('../blocks/root/root.css');

@import url('../blocks/header/header.css');
@import url('../blocks/header/__logo/header__logo.css');

@import url('../blocks/profile/profile.css');
@import url('../blocks/profile/__info-name/profile__info-name.css');
@import url('../blocks/profile/__avatar/profile__avatar.css');
@import url('../blocks/profile/__info/profile__info.css');
@import url('../blocks/profile/__heading/profile__heading.css');
@import url('../blocks/profile/__description/profile__description.css');
@import url('../blocks/profile/__instagram/profile__instagram.css');
@import url('../blocks/profile/__behance/profile__behance.css');
@import url('../blocks/profile/__email/profile__email.css');
@import url('../blocks/profile/__social/profile__social.css');

@import url('../blocks/places/places.css');
@import url('../blocks/place/place.css');
@import url('../blocks/place/__caption/place__caption.css');
@import url('../blocks/place/__info/place__info.css');
@import url('../blocks/place/__image/place__image.css');
@import url('../blocks/place/__heading/place__heading.css');

@import url('../blocks/footer/footer.css');
@import url('../blocks/footer/__copyright/footer__copyright.css');

@import url('../blocks/popup/popup.css');
@import url('../blocks/popup/_opened/popup_opened.css');
@import url('../blocks/popup/__container/popup__container.css');
@import url('../blocks/popup/__close/popup__close.css');
@import url('../blocks/popup/__heading/popup__heading.css');
@import url('../blocks/popup/__field/popup__field.css');
@import url('../blocks/popup/__button/popup__button.css');
@import url('../blocks/popup/__container/_no-padding/popup__container_no-padding.css');
@import url('../blocks/popup/__container/_transparent/popup__container_transparent.css');
@import url('../blocks/popup/__container/_wide/popup__container_wide.css');
@import url('../blocks/popup/__image-container/popup__image-container.css');
@import url('../blocks/popup/__image/popup__image.css');
@import url('../blocks/popup/__caption/popup__caption.css');
