/** @type {import('tailwindcss').Config} */ module.exports = { content: [], theme: { extend: { colors: { dark: { 100: "#131920", 200: "#11171d", 300: "#0f141a", 400: "#0d1216", 500: "#0b0f13", 600: "#0a0d10", 700: "#080a0d", 800: "#06080a", 900: "#040506", }, primary: { 100: "#66b2ff", 200: "#4da6ff", 300: "#39f", 400: "#1a8cff", 500: "#0080ff", 600: "#0073e6", 700: "#06c", 800: "#0059b3", 900: "#004c99", }, }, }, }, plugins: [], };