@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;300&display=swap");

.textarea {
    color: lightskyblue;
}
.brackets {
    color: white;
}
.variable {
    color: sandybrown;
}
p {
    font-family: "Outfit", sans-serif;
}
