/* The general convention for all sites under the "Lachl.au" banner */
/* (One day there will be a light and a dark mode) */

body {
    font-family: 'Manrope', sans-serif;
    background-color: #101010;
    color: white;
}

a {
    color: #01cafe;
    text-decoration: none;
}

.signupClick {
    text-decoration: underline dotted white 5px;
}

