@import "layout.css";
@import "typography.css";
@import "colors.css";
@import "other.css";

*,
*::before,
*::after {
    /* 1. Сброс отступов */
    margin: 0;
    padding: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    list-style: none;
}

