Update site changes

This commit is contained in:
Michilis
2026-01-31 22:32:54 +00:00
parent d3c69f2936
commit 6df3baf0be
25 changed files with 764 additions and 137 deletions

View File

@@ -25,8 +25,9 @@ module.exports = {
},
},
fontFamily: {
sans: ['var(--font-inter)', 'system-ui', 'sans-serif'],
heading: ['var(--font-poppins)', 'var(--font-inter)', 'system-ui', 'sans-serif'],
// Poppins everywhere
sans: ['var(--font-poppins)', 'system-ui', 'sans-serif'],
heading: ['var(--font-poppins)', 'system-ui', 'sans-serif'],
},
borderRadius: {
'btn': '12px',