/* YAMATSU Theme */
:root {
    --BackgroundColor: #eceef2;

    /* レイアウト幅制限を無効化（YAMATSUは画面幅いっぱいで表示） */
    --ContentAreaMaxWidth: none;
    --LandingMaxWidth: none;
    --UIContainerMaxWidth: none;
    --UIContainerMaxWidthWide: none;

    --PrimaryColor: #2f66d3;
    --SubPrimaryColor: #2559c0;
    --LightPrimaryColor: #e8eefb;

    --SecondaryColor: #1c2029;
    --SubSecondaryColor: #2c3444;
    --TintColor: #cfd8ed;
    --ActiveColor: #2a7f45;
    --SubActiveColor: #349c56;

    --ButtonColor1: var(--PrimaryColor);
    --ButtonColor2: var(--SubPrimaryColor);
    --ButtonBackgroundColor: #f2f4f8;

    --LineColor: #d6dbe6;
    --DarkLineColor: #adb8cc;

    --MainText1: #1f2431;
    --MainText2: #3f4654;
    --SubText1: #667084;
    --SubText2: #7f8796;
    --LightText1: #9299a8;
    --LightText2: #aab0bc;
}
