
:root {
  --topbar-height: 30px;
}

body {

 
    overflow-x: hidden;
    
    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    min-width: 340px;
}
