@font-face{
  font-family:"Zen Kaku Gothic New";
  src:url("/assets/fonts/zen-kaku-gothic-new.woff2") format("woff2");
  font-style:normal;font-weight:400;font-display:swap;
}
@font-face{
  font-family:"Zen Kaku Gothic New";
  src:url("/assets/fonts/zen-kaku-gothic-new-medium.woff2") format("woff2");
  font-style:normal;font-weight:500;font-display:swap;
}
@font-face{
  font-family:"Zen Kaku Gothic New";
  src:url("/assets/fonts/zen-kaku-gothic-new-bold.woff2") format("woff2");
  font-style:normal;font-weight:700;font-display:swap;
}
@font-face{
  font-family:"Sora";
  src:url("/assets/fonts/sora.woff2") format("woff2");
  font-style:normal;font-weight:400 800;font-display:swap;
}
:root{
  --paper:#fcfcfa;
  --paper-deep:#f2f1ee;
  --ink:#111a1f;
  --ink-soft:#263239;
  --night:#07151c;
  --night-soft:#10242d;
  --line:rgba(17,26,31,.18);
  --line-light:rgba(252,252,250,.24);
  --muted:#687178;
  --mist:#d8cfdd;
  --mist-deep:#81788b;
  --creative:#b95642;
  --creative-rgb:185 86 66;
  --creative-light:#efa68f;
  --creative-soft:#f3b29f;
  --creative-strong:#c85d45;
  --practice-creative-bridge:#db8c78;
  --process-creative-bridge:#d98370;
  --creative-dark:#7a3429;
  --ai:#4c6fbe;
  --ai-rgb:76 111 190;
  --ai-light:#a2b8e8;
  --ai-sky:#b6cbef;
  --ai-violet:#b7acd7;
  --practice-ai-bridge:#8f9ecd;
  --process-ai-bridge:#8999cb;
  --ai-dark:#2d437c;
  --blend-warm:#cf806d;
  --blend-cool:#778bc8;
  --creative-surface:#f7ece8;
  --ai-surface:#eef2f9;
  --practice-surface:#f2eef5;
  --font-ja:"Zen Kaku Gothic New","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  --font-latin:"Sora","Helvetica Neue",Arial,sans-serif;
  --shell:min(92vw,1440px);
  --edge:clamp(20px,4vw,64px);
  --ease:cubic-bezier(.2,.72,.18,1);
  --ease-out:cubic-bezier(.16,1,.3,1);
  --header-h:82px;
  --radius-sm:8px;
  --radius-md:16px;
  --radius-lg:36px;
  --radius-xl:70px;
}
