step 002 complete

This commit is contained in:
2026-04-10 18:41:58 +02:00
parent e9aa6f452b
commit 089dbaa606
26 changed files with 2732 additions and 15 deletions

View File

@@ -0,0 +1,62 @@
@import "tailwindcss";
@theme {
--color-midnight: #102022;
--color-snow: #F3F3F3;
--color-brand-blue: #5257E4;
--color-brand-red: #F71E3E;
--font-archia: "Archia", ui-sans-serif, system-ui, sans-serif;
}
:root {
--gradient-brand: linear-gradient(135deg, #5257E4, #F71E3E);
}
@font-face {
font-family: "Archia";
src: url("../assets/fonts/archia/archia-thin-webfont.woff2") format("woff2");
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Archia";
src: url("../assets/fonts/archia/archia-light-webfont.woff2") format("woff2");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Archia";
src: url("../assets/fonts/archia/archia-regular-webfont.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Archia";
src: url("../assets/fonts/archia/archia-medium-webfont.woff2") format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Archia";
src: url("../assets/fonts/archia/archia-semibold-webfont.woff2") format("woff2");
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Archia";
src: url("../assets/fonts/archia/archia-bold-webfont.woff2") format("woff2");
font-weight: 700;
font-style: normal;
font-display: swap;
}