/* put all custom quick rules here */

.home-header-example {
    font-family: monospace, sans-serif;
    font-weight: bold;
    font-size: 2rem;
}

.brand-font {
    font-family: var(--brand-font), sans-serif;
    font-weight: bold;
    font-size: 2rem;
    color: var(--text);
}

/* underline h1 */
h1 .divider {
    width: 100px;
    height: 3px;
    background-color: var(--white);
}