:root{

    --dark: #050505;

    --text: #ffffff;

    --text-soft: #bdbdbd;

}

/* RESET */

*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    background:#050505;

    color:#fff;

    font-family:'Inter',sans-serif;

    overflow-x:hidden;

}

/* SECTIONS */

section{

    position:relative;

}

/* IMG */

img{

    max-width:100%;

    display:block;

}

/* BUTTON */

button{

    font-family:'Inter',sans-serif;

}
