import { defineConfig } from 'unocss'

export default defineConfig({
  theme: {
    fontSize: {
      md: '1rem',
    },
    colors: {
      'text-main': 'rgba(31, 41, 55, 1)',
      'theme-color': 'rgba(2, 132, 199, 1)',
    },
  },
})
