* { box-sizing: border-box; }

html {
  color-scheme: light;
  font-size: var(--text-base);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-sans);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--ink-950);
  font-weight: var(--weight-medium);
  background:
    radial-gradient(circle at 72% -8%, rgba(0, 142, 255, .22), transparent 34rem),
    radial-gradient(circle at 18% 58%, rgba(0, 216, 242, .055), transparent 34rem),
    linear-gradient(150deg, #04101f 0%, #071a31 56%, #061426 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: var(--weight-bold);
  text-wrap: balance;
}

p, li, dd, dt, label, input, select, textarea, button {
  font-size: inherit;
}

::selection {
  background: rgba(16, 211, 235, .22);
  color: var(--ink-1000);
}

.icon {
  flex: 0 0 auto;
}

.icon.ti {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
}

.icon-size-14 { font-size: 14px; }
.icon-size-15 { font-size: 15px; }
.icon-size-16 { font-size: 16px; }
.icon-size-17 { font-size: 17px; }
.icon-size-18 { font-size: 18px; }
.icon-size-19 { font-size: 19px; }
.icon-size-20 { font-size: 20px; }
.icon-size-21 { font-size: 21px; }
.icon-size-22 { font-size: 22px; }
.icon-size-23 { font-size: 23px; }
.icon-size-24 { font-size: 24px; }
.icon-size-25 { font-size: 25px; }
.icon-size-26 { font-size: 26px; }
.icon-size-27 { font-size: 27px; }
.icon-size-28 { font-size: 28px; }
.icon-size-29 { font-size: 29px; }
.icon-size-30 { font-size: 30px; }
.icon-size-31 { font-size: 31px; }
.icon-size-32 { font-size: 32px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
