OZ
Size: a a a
OZ
VC
const Title = styled.h1.attrs(({ titleType }) => (titleType && { as: titleType }))`
color: #5065c8;
font-size: 19px;
letter-spacing: 1px;
line-height: 32px;
// и тд
`;
const TitleStyled = styled(TitleComponent).attrs(() => ({ as: "h2" }))`
font-size: 19px;
font-weight: 500;
text-align: center;
line-height: 1.2;
// и тд
`;
A
A
V🦖
A
A
A
A
V🦖
AT
V🦖
ФФ
ФФ
ФФ
ФФ
A
AT
ФФ
AT