
/* Theme variables aligned with AIST color scheme */
:root {
  /* AIST brand red (Brandfetch: #CF0010) */
  --theme-color-red: #CF0010;
  /* AIST accent green (Brandfetch: #12826C) */
  --theme-color-green: #12826C;

  --theme-fontColor-black: #222222;
  --content-area-width: 1200px;
  --content-area-sidePadding: 24px;
}
