:root {
    font-size: 16px;
    --font-primary: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
     "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
}

body {
    font-family: var(--font-primary) !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

dialog:not([open]) {
    display: none;
}

[disabled] {
    opacity: 0.75;
    pointer-events: none;
    cursor: not-allowed;
}

::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}