Lanyards is a dedicated profile for researchers, built on the AT Protocol.
at main 20 lines 491 B view raw
1@import "tailwindcss"; 2 3@theme { 4 --font-family-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; 5 6 --color-primary: #0085ff; 7 --color-primary-dark: #0070d9; 8 9 --breakpoint-xs: 375px; 10 --breakpoint-sm: 640px; 11 --breakpoint-md: 768px; 12 --breakpoint-lg: 1024px; 13 --breakpoint-xl: 1280px; 14} 15 16body { 17 font-family: var(--font-family-sans); 18 -webkit-font-smoothing: antialiased; 19 -moz-osx-font-smoothing: grayscale; 20}