25 lines
465 B
CSS
25 lines
465 B
CSS
h1 {
|
|
@apply text-hOnBackground;
|
|
@apply flex items-center uppercase;
|
|
@apply font-sans font-bold text-4xl md:text-8xl;
|
|
@apply tracking-widest;
|
|
@apply mb-12;
|
|
}
|
|
|
|
h2 {
|
|
@apply text-hOnBackground;
|
|
@apply font-sans font-bold text-2xl md:text-4xl;
|
|
@apply mb-6;
|
|
}
|
|
|
|
p {
|
|
@apply text-hOnBackground;
|
|
@apply font-sans font-normal text-base;
|
|
@apply tracking-normal;
|
|
@apply mb-6;
|
|
@apply text-justify;
|
|
}
|
|
|
|
ul {
|
|
@apply mb-6;
|
|
} |