@font-face {
    font-family: "Inter";
    src: local("Inter"), local("Inter Regular");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--ui-text);
    font-family: "Inter", "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(0, 85, 255, 0.08), transparent 28%),
        radial-gradient(circle at bottom right, rgba(0, 87, 106, 0.08), transparent 24%),
        linear-gradient(180deg, #fffcfb 0%, var(--ui-canvas) 28%, #f7f4f2 100%);
}

body.ui-shell {
    padding: 20px;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}

button,
input,
textarea,
select,
[contenteditable="true"] {
    font: inherit;
}

[hidden] {
    display: none !important;
}
