@import url("reset.css");
@import url("variables.css");
@import url("layout.css");
@import url("components.css");
@import url("animations.css");
@import url("responsive.css");

a, button, .clickable {
    cursor: pointer;
}

.clickable {
    transition:
        border .2s ease,
        transform .2s ease,
        background .2s ease;
}

/* hero.html - набор языков */
.tech-stack {
    color: var(--color-accent-text);
    font-weight: bold;
}

/* hero.html - город */
.hero-profile-city {
    color: var(--color-border);
    font-weight: bold;
}