.title, .title::after {
    font-size: 3rem;
}

a.nostyle {
    color: var(--fg-l2);
    text-decoration: none;
}
a {
    color: var(--fg-l0);
}
h2 {
    color: var(--fg-l0);
    position: relative;
    margin-block-end: 1rem;
}

h2::after {
 content: ""   ;
 position: absolute;
 inset: 0;
 top: 100%;
 background: linear-gradient(to right, var(--fg-accent), var(--bg-l0));
 width: 100%;
 height: 1px;
}
