/* Subset of Catppuccin Mocha used here mixed with other tn.o sites */

body {
    font-family: Outfit, sans-serif;
    color: #cdd6f4;
    background-color: #181825;
}

main {
    background-color: #1e1e2e;
    margin: 1em;
    padding: 1em;
    border-radius: 10px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: monospace;
}

button {
    font-family: Outfit, sans-serif;
    color: #cdd6f4;
    background-color: #181825;
    border-radius: 5px;
    padding: .5em;
    margin-top: .5em;
    font-size: 1em;
}
button#submit {
    border-color: #74c7ec;
    font-weight: bold;
}
button#reset {
    border-color: #f38ba8;
}

a {
    color: #89dceb;
    text-decoration: underline;
}
a:link {
    text-decoration-style: dotted;
}
a:hover {
    text-decoration-style: solid;
}
a:active {
    text-decoration-style: wavy;
}

abbr {
    cursor: help;
}

summary {
    cursor: pointer;
}
