make some fun components for rich text and events 🎷

This commit is contained in:
elisejakob
2024-05-10 00:56:40 +02:00
parent e8e9842413
commit ee339e9cac
11 changed files with 297 additions and 5 deletions

View File

@ -3,9 +3,11 @@
--font-main: 'Avenir Next', 'Avenir', sans-serif;
--font-serif: 'p22-mackinac-pro', serif;
--font-size-caption: .8rem;
--font-size-body: 1rem;
--font-size-lead: 1.4rem;
// colors
// color palette
@ -25,4 +27,10 @@
// spacing
--spacing-sitepadding: 2rem;
--spacing-gap-column: 2rem;
--spacing-gap-row: 1.5rem;
--spacing-section-bottom: 5rem;
// animations
--transition-easing: .3s ease;
}