/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */
@import url('https://fonts.googleapis.com/css2?family=Nova+Square&display=swap rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789');
@import url('https://fonts.googleapis.com/css2?family=Elms+Sans:ital,wght@0,100..900;1,100..900&family=Nova+Square&display=swap rel="stylesheet');

.blog-title {
    font-family: "Russo One", sans-serif;
    font-weight: 900;
    color: #B0A833 !important;
    text-transform: uppercase ;
    letter-spacing: 7px ;
    text-shadow: 
        3px 3px 0 #FAF7C8,
        6px 6px 0 rgba(0,0,0,0.1) !important;
    margin-bottom: 1rem !important;
}

.blog-h2 {
    font-family: "Google Sans", sans-serif;
    color: #efecc1 !important;
}

.rhcsa-title {
    font-family: "Nova Square", sans-serif;
    letter-spacing: 3px ;
    font-weight: 600;
    color: #ffffff !important;
}

h1, h2, h3, h4 {
    font-family: 'Google Sans', sans-serif;
}

h1 {
    font-size: 2.5rem;
    font-weight: 900;
}
h2 {
    font-size: 2rem;
    font-weight: 700;
}
h3 {
    font-size: 1.75rem;
    font-weight: 600;
}
h4 {
    font-size: 1.5rem;
    font-weight: 300;
}

.card-title :is(h1, h2, h3, h4, h5, h6) {
    margin: 0;
    font-family: 'Google Sans', sans-serif;
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.005em;
    color: var(--q2-text-strong);
}