a {
    color: black;
}
a.tag {
    font-family: Inter;
    font-size: 85%;
    text-decoration: none;
    padding: 0.2em;
    border-radius: 4px;
    border: 1px solid;
    color: #d400aa;
}

textarea {
    font-size: 15px;
    width: 100%;
    height: 25em;
    line-height: 1.9;
    margin-top: 2em;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/InterDisplay-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Inter";
    src: url("../fonts/InterDisplay-Medium.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
  }