/* === BASE STYLES === */
body {
    /* font-family: "Anonymous Pro", "Rajdhani", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: interstate-mono, monospace;
    font-weight: 300;
}
    
h2, h3, h4, h5, h6 {
        font-family: "Rajdhani", sans-serif;
}

h1 {
    text-transform: uppercase;
    font-family: interstate, sans-serif;
    font-weight: 400;
}

h1 > bold {
    font-weight: 700;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] { 
    font-family: interstate, sans-serif;
    font-weight: 700;
}


/* === LINKS === */
a {
    color: #173673;
    text-decoration: none;
}
a:hover {
    color: #485B73;
    text-decoration: none;
}


/* === AVATAR === */
.avatar {
    width: 128px;
    height: 128px;
    object-fit: cover;
    background-position: center;
    border-radius: 50%;
}