Initial commit: Astro 6 migration with teal design

This commit is contained in:
Kunthawat Greethong
2026-04-22 12:35:39 +07:00
commit c2466c14f1
52 changed files with 11282 additions and 0 deletions

16
tailwind.config.mjs Normal file
View File

@@ -0,0 +1,16 @@
@import "tailwindcss";
@theme {
--color-primary-50: #f0fdfa;
--color-primary-100: #ccfbf1;
--color-primary-200: #99f6e4;
--color-primary-300: #5eead4;
--color-primary-400: #2dd4bf;
--color-primary-500: #14b8a6;
--color-primary-600: #0d9488;
--color-primary-700: #0f766e;
--color-primary-800: #115e59;
--color-primary-900: #134e4a;
--font-prompt: 'Prompt', sans-serif;
--font-kanit: 'Kanit', sans-serif;
}