Added initial brandbook and design resources

This commit is contained in:
2026-05-22 23:50:31 +02:00
parent 4025e8947d
commit efa088ec8a
5 changed files with 252 additions and 0 deletions

20
design/global.css Normal file
View File

@@ -0,0 +1,20 @@
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@layer utilities {
/* Engineering Desktop Matrix Pattern Background */
.bg-forge-matrix {
background-image: radial-gradient(#222c3a 1px, transparent 1px);
background-size: 24px 24px;
}
/* Precision glow effects */
.glow-cyan {
box-shadow: 0 0 20px rgba(77, 238, 234, 0.15);
}
.glow-coral {
box-shadow: 0 0 20px rgba(255, 107, 107, 0.15);
}
}