93 lines
No EOL
1.4 KiB
CSS
93 lines
No EOL
1.4 KiB
CSS
|
|
/* Global font settings */
|
|
|
|
/* Set Space Grotesk as the default font */
|
|
body {
|
|
font-family: system-ui, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
font-size: 14px;
|
|
line-height: 1.6;
|
|
color: #333;
|
|
}
|
|
|
|
/* Use Anta for headings */
|
|
h1, h2, h3 {
|
|
font-family: 'Syncopate', sans-serif;
|
|
color: #111;
|
|
}
|
|
|
|
/* Use Space Grotesk for smaller text like paragraphs */
|
|
p {
|
|
font-family: 'Space Grotesk', sans-serif;
|
|
}
|
|
|
|
|
|
.font-default {
|
|
font-family: system-ui, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
}
|
|
|
|
.font-syncopate {
|
|
font-family: "Syncopate", serif !important;
|
|
}
|
|
|
|
.font-space-grotesk {
|
|
font-family: 'Space Grotesk', sans-serif;
|
|
}
|
|
|
|
.font-weight-100 {
|
|
font-weight: 100;
|
|
}
|
|
.font-weight-200 {
|
|
font-weight: 200;
|
|
}
|
|
.font-weight-300 {
|
|
font-weight: 300;
|
|
}
|
|
.font-weight-400 {
|
|
font-weight: 400;
|
|
}
|
|
.font-weight-500 {
|
|
font-weight: 500;
|
|
}
|
|
.font-weight-600 {
|
|
font-weight: 600;
|
|
}
|
|
.font-weight-700 {
|
|
font-weight: 700;
|
|
}
|
|
.font-weight-800 {
|
|
font-weight: 800;
|
|
}
|
|
.font-weight-900 {
|
|
font-weight: 900;
|
|
}
|
|
|
|
.font-size-12 {
|
|
font-size: 12px !important;
|
|
}
|
|
|
|
.font-size-14 {
|
|
font-size: 14px !important;
|
|
}
|
|
|
|
.font-size-16 {
|
|
font-size: 16px !important;
|
|
}
|
|
|
|
.font-size-18 {
|
|
font-size: 18px !important;
|
|
}
|
|
|
|
.font-size-20 {
|
|
font-size: 20px !important;
|
|
}
|
|
|
|
.font-size-24 {
|
|
font-size: 24px !important;
|
|
}
|
|
|
|
.font-size-32 {
|
|
font-size: 32px !important;
|
|
}
|
|
.font-size-48 {
|
|
font-size: 48px !important;
|
|
} |