:root {
    --primary: #234735;
    --secondary: #234735;
    --tertiery: #00c3ff;
    --white: #fff;
    --black: #121212;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 100%;
}

body {
    max-width: 100vw;
    overflow-x: hidden!important;
}