:root {
  --color-slate-50: #f8fafc;
  --color-slate-100: #f1f5f9;
  --color-slate-200: #e2e8f0;
  --color-slate-300: #cad5e2;
  --color-slate-400: #90a1b9;
  --color-slate-500: #62748e;
  --color-slate-600: #45556c;
  --color-slate-700: #314158;
  --color-slate-800: #1d293d;
  --color-slate-900: #0f172b;
  --color-slate-950: #020618;
  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5dc;
  --color-gray-400: #99a1af;
  --color-gray-500: #6a7282;
  --color-gray-600: #4a5565;
  --color-gray-700: #364153;
  --color-gray-800: #1e2939;
  --color-gray-900: #101828;
  --color-gray-950: #030712;
  --color-zinc-50: #fafafa;
  --color-zinc-100: #f4f4f5;
  --color-zinc-200: #e4e4e7;
  --color-zinc-300: #d4d4d8;
  --color-zinc-400: #9f9fa9;
  --color-zinc-500: #71717b;
  --color-zinc-600: #52525c;
  --color-zinc-700: #3f3f46;
  --color-zinc-800: #27272a;
  --color-zinc-900: #18181b;
  --color-zinc-950: #09090b;
  --color-neutral-50: #fafafa;
  --color-neutral-100: #f5f5f5;
  --color-neutral-200: #e5e5e5;
  --color-neutral-300: #d0d0d0;
  --color-neutral-400: #a1a1a1;
  --color-neutral-500: #777777;
  --color-neutral-600: #525252;
  --color-neutral-700: #404040;
  --color-neutral-800: #2a2a2a;
  --color-neutral-900: #171717;
  --color-neutral-950: #0a0a0a;
  --color-stone-50: #fafaf9;
  --color-stone-100: #f5f5f4;
  --color-stone-200: #e7e5e4;
  --color-stone-300: #d6d3d1;
  --color-stone-400: #a6a09b;
  --color-stone-500: #79716b;
  --color-stone-600: #57534d;
  --color-stone-700: #44403b;
  --color-stone-800: #292524;
  --color-stone-900: #1c1917;
  --color-stone-950: #0c0a09;
  --color-red-50: #fef2f2;
  --color-red-100: #ffe2e2;
  --color-red-200: #ffc9c9;
  --color-red-300: #ffa3a3;
  --color-red-400: #ff6668;
  --color-red-500: #fb2c36;
  --color-red-600: #e40018;
  --color-red-700: #bf0011;
  --color-red-800: #9f0712;
  --color-red-900: #82181a;
  --color-red-950: #460809;
  --color-juhatchuorange-50: #fff6ed;
  --color-juhatchuorange-100: #ffebd4;
  --color-juhatchuorange-200: #ffd4a8;
  --color-juhatchuorange-300: #ffb471;
  --color-juhatchuorange-400: #ff8a38;
  --color-juhatchuorange-500: #fe6a13;
  --color-juhatchuorange-600: #ef4d07;
  --color-juhatchuorange-700: #c63708;
  --color-juhatchuorange-800: #9d2d0f;
  --color-juhatchuorange-900: #7e2810;
  --color-juhatchuorange-950: #441106;
  --color-juhatchuamber-50: #fff8eb;
  --color-juhatchuamber-100: #ffecc6;
  --color-juhatchuamber-200: #ffd788;
  --color-juhatchuamber-300: #ffbc4a;
  --color-juhatchuamber-400: #ffaa33;
  --color-juhatchuamber-500: #f97e07;
  --color-juhatchuamber-600: #dd5902;
  --color-juhatchuamber-700: #b73b06;
  --color-juhatchuamber-800: #942c0c;
  --color-juhatchuamber-900: #7a250d;
  --color-juhatchuamber-950: #461102;
  --color-yellow-50: #fefce8;
  --color-yellow-100: #fef9c2;
  --color-yellow-200: #fff085;
  --color-yellow-300: #ffe030;
  --color-yellow-400: #f8c900;
  --color-yellow-500: #eab200;
  --color-yellow-600: #cb8900;
  --color-yellow-700: #a26100;
  --color-yellow-800: #874b00;
  --color-yellow-900: #733e0a;
  --color-yellow-950: #432004;
  --color-imgreen-50: #f4fbea;
  --color-imgreen-100: #e5f5d2;
  --color-imgreen-200: #cbeda9;
  --color-imgreen-300: #aadf77;
  --color-imgreen-400: #8bce4d;
  --color-imgreen-500: #6eb72f;
  --color-imgreen-600: #528f21;
  --color-imgreen-700: #406e1d;
  --color-imgreen-800: #36571d;
  --color-imgreen-900: #2e4b1c;
  --color-imgreen-950: #16290a;
  --color-teal-50: #ecfffb;
  --color-teal-100: #bdfff8;
  --color-teal-200: #7bfff2;
  --color-teal-300: #31ffec;
  --color-teal-400: #00ffdf;
  --color-teal-500: #00edc7;
  --color-teal-600: #00bfa6;
  --color-teal-700: #009785;
  --color-teal-800: #00776b;
  --color-teal-900: #00645a;
  --color-teal-950: #003d39;
  --color-sky-50: #f0f9ff;
  --color-sky-100: #dff2fe;
  --color-sky-200: #b8e6fe;
  --color-sky-300: #78d4ff;
  --color-sky-400: #00bbfd;
  --color-sky-500: #00a5eb;
  --color-sky-600: #0084c9;
  --color-sky-700: #0069a2;
  --color-sky-800: #005987;
  --color-sky-900: #024a70;
  --color-sky-950: #052f4a;
  --color-juhatchublue-50: #f2f7fd;
  --color-juhatchublue-100: #e4edfa;
  --color-juhatchublue-200: #c3d9f4;
  --color-juhatchublue-300: #8ebaeb;
  --color-juhatchublue-400: #5196df;
  --color-juhatchublue-500: #2b79cc;
  --color-juhatchublue-600: #1a58a2;
  --color-juhatchublue-700: #184b8c;
  --color-juhatchublue-800: #184174;
  --color-juhatchublue-900: #193861;
  --color-juhatchublue-950: #112340;
  --color-indigo-50: #eef2ff;
  --color-indigo-100: #e0e7ff;
  --color-indigo-200: #c6d2ff;
  --color-indigo-300: #a4b3ff;
  --color-indigo-400: #7e88ff;
  --color-indigo-500: #6261fe;
  --color-indigo-600: #4f39f6;
  --color-indigo-700: #432dd7;
  --color-indigo-800: #372aac;
  --color-indigo-900: #312c85;
  --color-indigo-950: #1e1a4d;
  --color-violet-50: #f5f3ff;
  --color-violet-100: #ede9fe;
  --color-violet-200: #ddd5ff;
  --color-violet-300: #c4b4ff;
  --color-violet-400: #a686ff;
  --color-violet-500: #8d58fe;
  --color-violet-600: #7f22fe;
  --color-violet-700: #7008e7;
  --color-violet-800: #5d0ec0;
  --color-violet-900: #4d179a;
  --color-violet-950: #2f0d68;
  --color-purple-50: #faf5ff;
  --color-purple-100: #f3e8ff;
  --color-purple-200: #e9d5ff;
  --color-purple-300: #d9b4ff;
  --color-purple-400: #c07fff;
  --color-purple-500: #ab4fff;
  --color-purple-600: #9810fa;
  --color-purple-700: #8200da;
  --color-purple-800: #6e11b0;
  --color-purple-900: #59168b;
  --color-purple-950: #3c0366;
  --color-fuchsia-50: #fdf4ff;
  --color-fuchsia-100: #fae8ff;
  --color-fuchsia-200: #f6cfff;
  --color-fuchsia-300: #f2a9ff;
  --color-fuchsia-400: #ec6dff;
  --color-fuchsia-500: #e12afb;
  --color-fuchsia-600: #c500da;
  --color-fuchsia-700: #a600b4;
  --color-fuchsia-800: #8a0194;
  --color-fuchsia-900: #721378;
  --color-fuchsia-950: #4b004f;
  --color-pink-50: #fdf2f8;
  --color-pink-100: #fce7f3;
  --color-pink-200: #fccee8;
  --color-pink-300: #fda5d5;
  --color-pink-400: #fb64b6;
  --color-pink-500: #f6339a;
  --color-pink-600: #e30076;
  --color-pink-700: #c2005c;
  --color-pink-800: #a2004c;
  --color-pink-900: #861043;
  --color-pink-950: #510424;
  --color-rose-50: #fff1f2;
  --color-rose-100: #ffe4e6;
  --color-rose-200: #ffccd2;
  --color-rose-300: #ffa3ae;
  --color-rose-400: #ff6880;
  --color-rose-500: #ff2457;
  --color-rose-600: #e60045;
  --color-rose-700: #c1003a;
  --color-rose-800: #a30037;
  --color-rose-900: #8b0836;
  --color-rose-950: #4d0218;
  --color-white-0: #ffffff;
  --color-seikyusyogreen-50: #f2fbf4;
  --color-seikyusyogreen-100: #e9fced;
  --color-seikyusyogreen-200: #c3efcc;
  --color-seikyusyogreen-300: #94e1a5;
  --color-seikyusyogreen-400: #5dcb75;
  --color-seikyusyogreen-500: #37b053;
  --color-seikyusyogreen-600: #409152;
  --color-seikyusyogreen-700: #267c3a;
  --color-seikyusyogreen-800: #205b2e;
  --color-seikyusyogreen-900: #1c4b28;
  --color-seikyusyogreen-950: #0a2913;
}

