@import 'settings.scss';

html {
    scroll-behavior: smooth;
}

body {
    color: $body-color;
}