* {
    box-sizing: border-box;
    color: var(--text-color-main);
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
}

html { scroll-behavior: smooth; }

body { margin: 0; }

a {
    color: inherit;
    text-decoration: none;
}
