/* At the very top of your extra.css file */
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap');

[data-md-color-scheme=slate] {
    --md-default-bg-color--light: #12151c;
    --md-default-bg-color: #12151c;
    --md-default-fg-color: #c4c4c6;
    --md-default-fg-color--light: #1a1e24;
}

@media screen and (min-width: 1024px) {
    .md-typeset h1 {
        font-size: 4em;
    }
    .md-typeset h2 {
        font-size: 2.5em;
    }

    div.blurp {
        width: 50%;
        margin-inline: auto;
    }
}

span.info-details {
    color: #1975d2;
}

div.blurp {
    text-align: left;
}

.md-typeset h1, .md-typeset h2 {
    font-family: "Alegreya", serif;
    font-weight: 500;
    text-align: center;
}

img.cert-badge-large {
    box-shadow: 0px 0px 3px 3px white;
    border-radius: 20px;
    width: 235px;
    height: 235px;
}

img.cert-badge-small {
    box-shadow: 0px 0px 2px 2px white;
    border-radius: 7px;
    width: 86px;
    height: 86px;
    margin-left: 5px;
    margin-right: 5px;
}

span.compare-yes {
    color: #00c853;
}

span.compare-no {
    color: #ef5552
}

span.level-beginner {
    color: #02a6f2;
}

span.level-intermediate {
    color: #ffc105
}

span.level-advanced {
    color: #ef5552
}