* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    display: flex;
    flex-direction: column;

    font-family: 'Poppins', sans-serif;
    font-optical-sizing: auto;

    scrollbar-gutter: stable both-edges;
}

body {
    margin: 0;
    scrollbar-gutter: stable both-edges;
    background-color: var( --color-frontend_layout_body_bgnd );

    overflow: hidden;
}

@media( max-width: 600px ) {
    
}
