/* Saga's deliberately small browser reset. Keep this focused on stable base
   rendering; all visible component styling belongs in app.css. */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

label {
    display: inline-block;
}

textarea {
    resize: vertical;
}

img, svg {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

[hidden] {
    display: none !important;
}
