:root {

    --WHITE: #fff;
    --BROWN: #935001;
    --BROWN-SOFT: #8C7A6B;
    --SKIN: #BCA18B;
    --BEIGE: #FBF8F3;
    --DARK: #1D1D1D;



    --MAX-CONTENT: 100rem;
    --SIDE-MARGIN: auto;
    --Z-BOTTOM: -10000;
    --Z-TOP: 10000;
}


html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;

}

a, ins {
    text-decoration: unset;
}
:focus-visible {
    outline: unset!important;
}
