/** @type {import('tailwindcss').Config} */ export default { content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'], theme: { extend: { colors: { primary: '#fed400', secondary: '#000000', neutral: '#ffffff', 'light-gray': '#e8e8e8', 'dark-gray': '#0f0f0f', }, fontFamily: { sans: ['Noto Sans Thai', 'sans-serif'], heading: ['Kanit', 'sans-serif'], }, }, }, plugins: [], };