@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap');

html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 500 !important;
}

.version-stamp {
  display: none !important;
}

a.link[href*="openapi.yaml"] {
  display: none !important;
}
