Experiment with font combinations, sizes, and styles. Preview and customize typography with real-time updates.
/* Heading Text */
.text-1 {
font-family: Inter, sans-serif;
font-weight: 700;
font-size: 48px;
line-height: 1.2;
letter-spacing: -0.5px;
text-align: left;
color: #1a1a1a;
}
/* Body Text */
.text-2 {
font-family: Inter, sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.5;
letter-spacing: 0px;
text-align: left;
color: #4a4a4a;
}