/* Design tokens */
:root {
  /* Font */
  --font-main: "Noto Sans JP", sans-serif;
  --font-footer: "Outfit", sans-serif;
  --font-optical-sizing: auto;
  --font-style-normal: normal;
  --font-weight-normal: 400;
  --font-weight-bold: 700;

  /* Color palette */
  --bg-color: #f7f9fa;
  --text-main: #333333;
  --text-sub: #666666;

  --footer-bg: #404040;
  --footer-text: #cccccc;
}
