Initial release for FoundryVTT

This commit is contained in:
2026-04-13 15:53:13 +02:00
parent f61cbf0b78
commit 1ff1425777
193 changed files with 11270 additions and 0 deletions

27
less/variables.less Normal file
View File

@@ -0,0 +1,27 @@
@font-face {
font-family: "IM Fell English SC";
src: url("../assets/fonts/im-fell-english-sc.ttf") format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-body: "Signika", sans-serif;
@font-display: "IM Fell English SC", "Palatino Linotype", "Book Antiqua", Palatino, serif;
@color-ink: #221b18;
@color-muted: #6d5a4f;
@color-border: #5b4634;
@color-panel: #f1e5d0;
@color-panel-strong: #e2d0b1;
@color-panel-dark: #32261c;
@color-accent: #8b2e17;
@color-success: #2e6b3a;
@color-failure: #842c2c;
@color-shadow: rgba(0, 0, 0, 0.22);
@spacing-sm: 0.4rem;
@spacing-md: 0.75rem;
@spacing-lg: 1rem;
@radius-sm: 6px;
@radius-md: 10px;