h1, h2, h3, h4 {
    color: var(--custom-primary-rgb);
}

h5 {
    color: var(--custom-secondary-rgb);
}
