@import "tailwindcss";

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/quicksand-latin-9555c38e.woff2") format("woff2");
}

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/quicksand-latin-9555c38e.woff2") format("woff2");
}

.syntax-command,
.syntax-keyword {
  color: #e09a3a;
  font-weight: 700;
}

.syntax-string {
  color: #f0b765;
}

.syntax-function {
  color: #91d8d0;
}

.syntax-variable {
  color: #c9b7ff;
}

.syntax-constant,
.syntax-literal {
  color: #f3ecdc;
  font-weight: 700;
}

.syntax-number {
  color: #b9dca4;
}

.syntax-flag {
  color: #d8c7a7;
}

.syntax-comment,
.syntax-punctuation {
  color: rgba(243, 236, 220, 0.45);
}
