@mixin text12 {
font-size: 0.75rem ;
line-height: 1rem ;
}
@mixin text14 {
font-size: 0.875rem ;
line-height: 1.25rem ;
}
@mixin text16 {
font-size: 1rem ;
line-height: 1.5rem ;
}
@mixin text18 {
font-size: 1.125rem ;
line-height: 1.75rem ;
}
@mixin text20 {
font-size: 1.25rem ;
line-height: 1.75rem ;
}
@mixin text24 {
font-size: 1.5rem ;
line-height: 2rem ;
}
@mixin text30 {
font-size: 1.875rem ;
line-height: 2.25rem ;
}
@mixin text36 {
font-size: 2.25rem ;
line-height: 2.5rem ;
}
@mixin text48 {
font-size: 3rem ;
line-height: 1;
}
@mixin text60 {
font-size: 3.75rem ;
line-height: 1;
}
@mixin text72 {
font-size: 4.5rem ;
line-height: 1;
}
@mixin text96 {
font-size: 6rem ;
line-height: 1;
}
@mixin text128 {
font-size: 8rem ;
line-height: 1;
}