/* Document-level reset and application shell styles. Component styles belong in isolated stylesheets. */
*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
}

body {
    margin: 0;
    min-height: 100vh;
    line-height: inherit;
    background-attachment: fixed;
    background-color: #ffffff;
    background-image:
        radial-gradient(at 0% 0%, rgba(102, 151, 219, 0.35) 0px, transparent 50%),
        radial-gradient(at 100% 0%, rgba(51, 108, 194, 0.22) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(191, 219, 254, 0.3) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgba(217, 231, 248, 0.45) 0px, transparent 50%),
        radial-gradient(at 50% 50%, rgba(255, 255, 255, 0) 0px, transparent 50%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

p {
    margin: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
}
