File size: 134 Bytes
41a71fd |
1 2 3 4 5 6 7 8 |
@import '@/app/globalStyles/config/mixin.scss';
.Title {
font-size: 48px;
font-weight: 700;
color: var(--t-primery-c);
}
|
41a71fd |
1 2 3 4 5 6 7 8 |
@import '@/app/globalStyles/config/mixin.scss';
.Title {
font-size: 48px;
font-weight: 700;
color: var(--t-primery-c);
}
|