@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    /* overflow-x: hidden !important; */
}

body {
    /* width: 100%; */
    overflow-x: hidden !important;
    color: #2E2E38;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    letter-spacing: 0.5px;
}

body a{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
p, strong, b, small, span {
    font-family: 'Rubik', sans-serif;
}
