@use './consts.scss' as consts;

:root {
    color: consts.$schema-text;
    
    // font-size: 16px;
    font-family: 'Raleway';
    scroll-padding-top: 100px;
}


html {
    display: flex;
    justify-content: center;
}

body{
    font-family: inherit;
    color: inherit;
    width: 100%;

    &.--lock-scroll {
        overflow: hidden;
    }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: inherit;
}