body {
    font-family: 'Inter', sans-serif;
}

a {
    color: black;
}

[data-bs-theme=dark] a {
    color: white;
}

a.icon {
    text-decoration: none;
}

code {
    font-family: 'DM Mono', monospace;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    color: #c25;
    font-size: 0.8rem;
    padding: 0.08rem 0.2rem;
    white-space: normal;
}

a:hover {
    color: #555;
    text-decoration: none;
}

.nav-link {
    color: grey !important;
}

.active {
    color: black !important;
}

[data-bs-theme=dark] a {
    color: white !important;
}

.card .active {
    color: white !important;
}

.card-title {
    font-weight: 700;
}

img {
    float: right;
}

@media screen and (max-width: 768px) {
    img {
        float: left;
    }
}

.yt-video iframe {
    position: absolute;
    top: 0; bottom: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.yt-video {
    position: relative;
    display: block;
    width: 100%; /* width of iframe wrapper */
    height: 0;
    padding: 0% 0% 56.25%; /* 16:9 ratio */
    overflow: hidden;
}

p {
    font-family: 'Inter', sans-serif;
}

p.role {
    font-family: 'DM Mono', monospace;
    font-weight: 400;
}