Add avatar asset

This commit is contained in:
gpt-engineer-app[bot] 2026-03-07 21:30:13 +00:00
parent bc99040373
commit 7e4eb6bf69
2 changed files with 120 additions and 74 deletions

View file

@ -13,7 +13,17 @@ export default {
},
},
extend: {
fontFamily: {
heading: ['"Space Grotesk"', 'sans-serif'],
body: ['"Space Grotesk"', 'sans-serif'],
mono: ['"JetBrains Mono"', 'monospace'],
},
colors: {
glass: {
bg: "hsl(var(--glass-bg) / <alpha-value>)",
border: "hsl(var(--glass-border) / <alpha-value>)",
shine: "hsl(var(--glass-shine) / <alpha-value>)",
},
border: "hsl(var(--border))",
input: "hsl(var(--input))",
ring: "hsl(var(--ring))",