new home page design (Hero only right now)

This commit is contained in:
Henri
2026-03-27 23:00:35 +02:00
parent ccf4d57cea
commit f73f73767f
16 changed files with 88 additions and 25 deletions

View File

@@ -1,5 +1,6 @@
/* Global stylesheet */
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;500;600;700&display=swap");
@import "tailwindcss";
/* Overwriting tailwindcss specific variables */
@@ -26,10 +27,6 @@
/* Design tokens & theme variables (light defaults) */
:root {
/* layout tokens */
--site-padding: clamp(1rem, 2vw, 2rem); /* horizontal page padding */
--content-max: 1200px; /* main content max width */
/* spacing scale */
--spacing-0: 0px;
--spacing-1: 4px;
@@ -56,7 +53,7 @@
box-sizing: border-box;
}
html {
font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI",
font-family: "Unbounded", ui-sans-serif, system-ui, -apple-system, "Segoe UI",
Roboto, "Helvetica Neue", Arial;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;