*
{
  box-sizing:border-box
}

html,body
{
  margin:0;
  min-height:100%
}

body
{
  font-family:Inter,sans-serif;
  color:var(--color-white);
  background:var(--color-background)
}

button,a
{
  font:inherit
}

button
{
  cursor:pointer
}

/* One shared identity for the login screen and every portal header. */
.warrior-logo-mark
{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--color-cyan-50);
  border-radius: 0;
  color: var(--color-cyan);
  background: transparent;
  box-shadow: 0 0 25px var(--color-cyan-50);
transform: rotate(45deg);
}

.warrior-logo-mark > span
{
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.14em;
  transform: translateX(-.04em);
}

.warrior-logo-mark--login
{
  width: 74px;
  height: 74px;
  margin: 0 auto 25px;
  font-size: 40px;
}

.warrior-logo-mark--header
{
  width: 38px;
  height: 38px;
  font-size: 21px;
}

.warrior-brand-name
{
  font-family: "Cinzel Decorative", "Cormorant Garamond", "Times New Roman", serif;
}

.site-footer
{
  position:relative;
  z-index:2;
  padding:24px 20px 28px;
  border-top:1px solid var(--color-mint-soft);
  color:var(--color-mint-60);
  background:var(--color-surface-dark);
  font-size:10px;
  font-weight:600;
  letter-spacing:.16em;
  text-align:center;
  text-transform:uppercase;
}
