@import url('https://fonts.googleapis.com/css2?family=Clash+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    color: #ffffff;
    overflow-x: hidden;
}

html, body {
    border-radius: 0 !important;
}

#page-wrapper {
    border-radius: 0 !important;
}
body.menu-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
}

#page-wrapper {
    position: relative;
}

#content-wrapper {
    position: relative;
}