@font-face {
  font-display: swap;
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  src: url('https://ayla.haus/space-mono-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-display: swap;
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  src: url('https://ayla.haus/space-mono-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-display: swap;
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  src: url('https://ayla.haus/space-mono-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-display: swap;
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  src: url('https://ayla.haus/space-mono-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

*:focus {
  outline: none;
}

a {
  color: white;
  text-decoration: none;
}

body {
  background-color: black;
  margin: 0;
}

body,
button,
input {
  color: white;
  font-family: 'Space Mono', sans-serif;
}

body,
html,
#app {
  height: 100%;
}

button,
input {
  border: 0;
}

.ayla-form input:-moz-autofill {
  box-shadow: 0 0 0 1000px black inset !important;
  -moz-text-fill-color: white !important;
}

.ayla-form input:-webkit-autofill {
  box-shadow: 0 0 0 1000px black inset !important;
  -webkit-text-fill-color: white !important;
}

.ayla-form button {
  cursor: pointer;
  min-height: 2rem;
  padding: 0.5rem 2rem;
}

.ayla-form button,
.ayla-form input {
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
}

.ayla-form button[disabled] {
  color: #999;
  cursor: default;
}

.ayla-form button:not([disabled]):active,
.ayla-form button:not([disabled]):hover,
.ayla-link:hover,
.ayla-menu a:active,
.ayla-menu a:hover {
  background-color: rgba(101, 0, 110, 0.9);
}

.ayla-form input,
.ayla-form label {
  display: inline-block;
}

.ayla-form label {
  background-color: black;
}

.ayla-form label,
.ayla-form input,
.ayla-message {
  padding: 0.5rem;
}

.ayla-form-field,
.ayla-form-footer {
  display: flex;
  margin-bottom: 0.5rem;
}

.ayla-form-field button {
  margin-left: auto;
}

.ayla-form-field input {
  flex: 1;
  min-width: 0;
}

.ayla-glass-dark,
.ayla-menu {
  background-color: rgba(0, 0, 0, 0.9);
}

.ayla-glass-light {
  background-color: rgba(0, 0, 0, 0.8);
}

.ayla-link {
  font-weight: bold;
}

.ayla-menu a {
  display: block;
  font-weight: bold;
  padding: 0.15rem 1rem 0.15rem 0.5rem;
}

.ayla-message {
  background: black;
  flex: auto;
}

@media only screen and (min-width: 768px) {
  .ayla-form label {
    min-width: 6rem;
  }

  .ayla-menu a {
    font-size: 1.5rem;
  }
}
