2023-05-15 15:48:17 +00:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
|
2023-05-17 09:56:36 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: "Plex";
|
|
|
|
src: url("/fonts/Plex-Regular.woff2") format("woff2");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
font-display: swap;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "Plex";
|
|
|
|
src: url("/fonts/Plex-Bold.woff2") format("woff2");
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal;
|
|
|
|
font-display: swap;
|
|
|
|
}
|
|
|
|
|
2023-05-15 15:48:17 +00:00
|
|
|
h1 {
|
2023-05-17 09:56:36 +00:00
|
|
|
@apply text-6xl font-bold;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
@apply text-4xl font-bold;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
@apply text-xl font-bold;
|
2023-05-15 15:48:17 +00:00
|
|
|
}
|