:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  --midnight-blue: #070735;
  --dark-background: #151718;
  --marine-blue: #0b3f56;
  --flat-blue: #14709a;
  --banner-blue-a: #1a91c7;
  --banner-blue-b: #1da1de;
  --soft-blue: #5dbeea;
  --powder-blue: #b7e2f6;
  --very-light-blue: #e4f4fc;
  --grey-darker: #404040;
  --grey-dark: #595959;
  --grey: #737373;
  --grey-medium: #a6a6a6;
  --grey-light: #d9d9d9;
  --grey-lighter: #f3f3f3;
  --white: #fff;
  --success: #03ab5c;
  --mid-green: #038d4d;
  --light-green: #d0e3cf;
  --danger: #d11e40;
  --rusty-red: #a41832;
  --pinkish-brown: #af5e5e;
  --warning: #ec971f;
  --brownish-orange: #c77c11;
  --sandy: #ecbd6f;
  --deep-pink: #d6006d;
  --strong-pink: #fc0583;
  --grocs-blue: #005daa;
  --info: #5091cd;
  --bluey-purple: #7051b8;
  --marigold: #ffc107;
  --lime-khaki: #aed581;
  --coffee-light: #dbbd65;
}

/* a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
} */
