This commit is contained in:
Eduard Gert
2026-05-04 10:15:29 +02:00
parent d07f25fc49
commit bfe19fa542
16 changed files with 1247 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
@font-face {
font-family: "Inter Variable";
font-style: normal;
font-weight: 100 900;
src: url("./assets/fonts/InterVariable.ttf") format("truetype");
}
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body,
#root {
height: 100%;
}
body {
@apply bg-nb-gray font-sans text-nb-gray-200 antialiased;
}