html,
body {
    font-family: "Raleway", sans-serif;
}

h1,
h2,
h3 {
    font-family: "Helvetica", sans-serif;
}

footer {
    border-top: 10px solid #c0c0c0;
}

.is-flipped-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.has-radius {
    border-radius: 4px;
}

.is-size-0 {
    font-size: 4.5rem;
}

.has-text-highlighted {
    background-color: rgba(23, 184, 166, 0.5);
    border-bottom: 3px solid #17b8a6;
    padding: 0 0.25rem;
}

.inbetween {
    padding: 0 1em;
    line-height: 40px;
}

.content ul {
    list-style: disc outside;
    margin-inline-start: 1em;
}

.custom-list {
    list-style: none !important;
    padding-left: 0px;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
}

.custom-list li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #17b8a6;
}

pre {
    background-color: black;
    color: white;
    border-radius: 10px;
    padding: 1.25em 1.5em;
    line-height: 1.375;
    -webkit-font-smoothing: auto;
    font-family: monospace;
}

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