@import "tailwind.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@theme {
  --font-sans: 'Noto Sans JP', sans-serif;
  --color-brand-blue: #2563EB;
  --color-brand-blue-dark: #0056b3;
  --color-brand-blue-light: #3B82F6;
  --color-brand-blue-100: #DBEAFE;
  --color-yellow: #FFE200;
  --color-amber: #F59E0B;
  --color-general: #0F172A;
  --color-general-light: #64748B;
  --shadow-section: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
