2023-08-25 19:06:28 +00:00
|
|
|
@import url(https://fonts.bunny.net/css?family=abel:400|cormorant:700);
|
2023-07-23 22:26:35 +00:00
|
|
|
|
2023-07-23 14:44:58 +00:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
|
2023-07-23 22:26:35 +00:00
|
|
|
@layer base {
|
|
|
|
html {
|
|
|
|
scroll-behavior: smooth;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
@apply bg-primary-100;
|
|
|
|
@apply text-primary-500;
|
|
|
|
@apply font-abel;
|
2023-07-23 14:44:58 +00:00
|
|
|
}
|
2023-07-25 03:14:18 +00:00
|
|
|
main {
|
|
|
|
@apply text-lg;
|
|
|
|
}
|
2023-07-23 14:44:58 +00:00
|
|
|
}
|