@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&display=swap'); @import "tailwindcss"; @theme { --color-primary: #1a56db; --color-primary-hover: #1648c0; --color-primary-light: #EEF3FF; --font-family-mono: 'DM Mono', monospace; } * { box-sizing: border-box; } body { background-color: #F5F5F5; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; } a { text-decoration: none; }