@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

/* -------------Theme settings start------------------------------ */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {

    line-height: 1.4;
    transition: all 0.2s ease;
    overflow-x: hidden !important;
    font-family: "Exo", sans-serif;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Exo", sans-serif !important;
}

h1 {
    font-size: 54px !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
}



body {
    background-color: rgb(12, 0, 36);
    padding: 0 10px;
}

body {
    background-color: #0b0b0b;
}







/* -------------Theme settings end------------------------------ */