body,
html {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,
h2 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variant-caps: small-caps;
}

img {
    border-radius: 4px;
}

.mt-8 {
    margin-top: 5rem;
}

.img-horizontal-mirror {
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/* Site colors */
.has-violet-light-background {
    /* background-color: rgba(167, 218, 220, 1); */
    background-color: rgb(250, 226, 250);
}

/* Footer */
.footer {
    border-top: 1rem solid #f0f0f0;
}

li > span {
    font-weight: bold;
}

/* Media queries */
@media (max-width: 500px) {
    .reverse-columns {
        flex-direction: column-reverse;
        display: flex;
    }
}
