//Parent
:host {
--font-size-1: 0.625rem;
--font-size-2: 0.75rem;
--color-gray-9: #f203ba;
}
//Child
.header-container h3 {
font-size: 1rem;
color: var(--color-gray-9);
margin: 0.25rem 0 0 0;
line-height: 1.5;
}