html {
  font-family: Work Sans;
  font-size: clamp(1em, 3vw, 2em);
  color: #222;
  background-color: #888;
  margin: 0;
}

body {
  margin: 0;
}

.line {
  padding: 0.4em 1em;
  line-height: 1.5;
}
.line a, .line a:hover, .line a:visited {
  display: inline-flex;
  font-weight: bold;
  color: #257067;
  text-decoration: none;
  background-color: #222;
  padding: 0.2em 0.4em;
  margin-right: 0.5em;
  border-radius: 0.1em;
}
.line a:hover {
  background-color: #3adb76;
  color: #888;
}

.name {
  text-decoration: underline;
  font-weight: bold;
}

.line.tools a {
  background-color: #3adb76;
  color: #222;
}

.icon {
  display: inline-flex;
  align-self: center;
}

.icon svg, .icon img {
  height: 1em;
  width: 1em;
  fill: currentColor;
}

.icon.baseline svg, .icon img {
  position: relative;
  margin-right: 0.3em;
}

@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/quicksand-v30-latin-regular.woff2") format("woff2"), url("../fonts/quicksand-v30-latin-regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/quicksand-v30-latin-700.woff2") format("woff2"), url("../fonts/quicksand-v30-latin-700.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/work-sans-v18-latin-regular.woff2") format("woff2"), url("../fonts/work-sans-v18-latin-regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/work-sans-v18-latin-500.woff2") format("woff2"), url("../fonts/work-sans-v18-latin-500.woff") format("woff");
}

/*# sourceMappingURL=app.css.map */
