/** @type {import('tailwindcss').Config} */
export default {
content: ["./src/**/*.{js,jsx}"],
theme: {
extend: {
colors: {
'black-900': '#141414',
},
plugins: [],
}