@import url('https://fonts.googleapis.com/css2?family=Lato&family=MuseoModerno:wght@500&family=Poppins&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:wght@500;600&display=swap');

*{
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
:root{
    font-size: 16px;
    font-family: Poppins;
    --bg-color : #111517;
    --text-primary:rgb(194, 192, 192);
    --shadow-one:0px 0px 13px -6px rgb(2, 28, 34);
    --bg-primary:#12181b;}
body{
    background-color: var(--bg-color);
    height: 100vh;}
body::-webkit-scrollbar{
    width: 0.3rem;}
body::-webkit-scrollbar-track{
    background-color: #1e1e24;}
body::-webkit-scrollbar-thumb{
    background-color: rgba(255, 9, 152, 0.788);}
/*rgb(29, 29, 32)*/

/* :root{
    font-size: 16px;
    font-family: Poppins;
    --bg-color : #ffffff;
    --text-primary:#0a0a25;
    --shadow-one:0px 0px 13px -6px rgba(0,0,0,0.6);
    --bg-primary:rgb(255, 255, 255);} */
