/*=================================*/
/*MMZ Light Theme*/
/*=================================*/

:root {
    --page-background: #FFFFFF;

    --theme-background: #FFFFFF;
    --theme-normal-text: #222222;
    --theme-title-text: #333333;
    --theme-light-text: #eaeaea;
    --theme-light-title-text: #eaeaea;

    --theme-menubar-background: #b10101;
    --theme-menubar-text: #ffffff;
    --theme-menuitem-bar: #ffffff;
    --theme-menuitem-bar-sel: #b16d6d;
    --theme-ad-background: #5a5a5a;
    --theme-msg-circle-background: #ffffff;
    --theme-msg-circle-text: #333333;

    --theme-thumbnail-border: #999999;
    --theme-thumbnail-title-background: #ececec;

    --theme-light-button-background: #eeeeee;
    --theme-light-button-text: #333333;

    --theme-blue: #0b75cd;
    --theme-green: #4b9345;
    --theme-olive : #667a43;
    --theme-red : #ff0000;
    --theme-magenta : #884980;
    --theme-grey : #777777;
    --theme-darkgrey : #3c3c3c;
    --theme-lightgrey : #b8b8b8;
    --theme-yellow : #f8c304;
    --theme-orange : #fd8700;
    --theme-sky : #03b3c3;
    --theme-mmz : #ae0101;

    --theme-icon-color: #2c8cd1;

    --theme-mmz-backround: #b10101;

    --theme-section-title: #666666;
    --theme-board-title: #0d618f;

    --ball-olive : #a0c268;
    --ball-red : #ff0000;
    --ball-blue : #0056fd;
    --ball-magenta : #ff00dd;
    --ball-grey : #5d5c5c;
    --ball-yellow : #fdd300;
    --ball-green : #25fa05;
    --ball-orange : #fd8700;
    --ball-sky : #00e8fd;
    --ball-all : #7a7a7a;
    --ball-mmz : #b10101;

    --button-green : #44814a;
    --button-red : #b64444;
    --button-blue : #068cd6;

    --desc-text-color: #5a5a5a;

    --member-page-background: #e5e9f4;
}

/* 전역 기본 스타일 - 모든 요소에 border-box 적용 */
*,
*::before,
*::after {
    box-sizing: border-box;
}