feat(F-078): completed feature

This commit is contained in:
chattie
2026-08-20 05:55:46 +02:00
parent d799dd07d7
commit fffb52721a
26 changed files with 1296 additions and 39 deletions

View File

@@ -1,5 +1,15 @@
@import "tailwindcss";
/* ── Almagro font ── */
@font-face {
font-family: 'Almagro';
src: url('/fonts/Almagro.woff2') format('woff2'),
url('/fonts/Almagro.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@theme {
--color-primary: #70ad47;
--color-primary-dark: #5a9040;