Files
ECSESS/src/app.css
Antoine Phan 4f982e7ce3 Dynamic build and deployment on Vercel (#21)
* Make deployment doable on EUS and Vercel servers

* Revert to adapter-auto for now

* Remove `r/` layout file

* Fixing deployment configuration and landing page for redirects

* Clean up PR
2025-06-18 22:09:00 -04:00

28 lines
593 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import 'tailwindcss';
@plugin '@tailwindcss/typography';
@theme {
--color-ecsess-200: #A9B7A0;
--color-ecsess-400: #5C8A5C;
--color-ecsess-600: #3B6A3A;
--color-ecsess-800: #0A3D2A;
--color-ecsess-black: #1F1F1F;
--color-ecsess-black-hover:#2c2c2c;
}
* {
font-family: "Saira", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
}
h1 {
@apply text-3xl font-bold py-4;
}
.page-title {
@apply text-4xl md:text-6xl font-bold py-4;
}