static/main.css aktualisiert

This commit is contained in:
2025-05-04 17:57:51 +00:00
parent 2563df524a
commit bf4687b0ef

View File

@@ -1,3 +1,18 @@
/* ---------- Local WebFonts ---------- */
@font-face {
font-family: "Fira Code";
src: url("/static/fonts/FiraCode-VF.woff2") format("woff2");
font-weight: 400 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Inter";
src: url("/static/fonts/InterVariable.woff2") format("woff2");
font-weight: 100 900;
font-style: normal;
font-display: swap;
}
/* ---------- Farbpalette ---------- */ /* ---------- Farbpalette ---------- */
:root { :root {
/* Light theme */ /* Light theme */
@@ -14,7 +29,7 @@
--gap: 2rem; --gap: 2rem;
--shadow: 0 4px 16px rgba(0,0,0,.08); --shadow: 0 4px 16px rgba(0,0,0,.08);
font-size: 16px; font-size: 16px;
font-family: "Inter", system-ui, "Segoe UI", Roboto, sans-serif; font-family: "Inter", system-ui, sans-serif;
color-scheme: light; color-scheme: light;
} }