2022-05-13 11:12:30 +00:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
2022-06-28 13:41:43 +00:00
|
|
|
|
|
|
|
@layer base {
|
|
|
|
h1 {
|
2022-08-31 04:35:46 +00:00
|
|
|
@apply text-2xl text-white uppercase mb-4;
|
2022-06-28 13:41:43 +00:00
|
|
|
}
|
|
|
|
h2 {
|
2022-08-31 04:35:46 +00:00
|
|
|
@apply text-xl text-white mb-4;
|
2022-06-28 13:41:43 +00:00
|
|
|
}
|
|
|
|
p {
|
2022-08-31 04:35:46 +00:00
|
|
|
@apply mb-2 text-neutral-400;
|
2022-06-28 13:41:43 +00:00
|
|
|
}
|
|
|
|
}
|