@layer components {
    .dashboard-panel-title {
            color: var(--dashboard-color-text);
            font-size: 1.25rem;
            font-weight: 650;
            letter-spacing: 0;
            line-height: 1.25;
        }

    .dashboard-panel-title--subsection {
            font-size: 1rem;
            font-weight: 700;
        }
}
