@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap");

* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

h1 {
    font-weight: 800;
}

.navbar-brand {
    font-weight: 800;
    font-size: 2rem;
}

textarea {
    height: 300px;
    font-family: "Inconsolata", monospace;
    overflow-y: scroll;
    overflow-x: auto;
    white-space: pre;
    resize: vertical;
}
