:root {
    --container: #f0f0f0;
    --sidebar: #cccccc;
    --fontA: #252526;
    --fontB: #333333;
    --menu: #a6a6a6;
    
    --mainTitleColor: #1e1e1e;
    --subTitleColor: #252526;
    --mainTextColor: #333333;
    --input_text: #333333;

    --login_button: #5db0d7;
    --login_button_hover: #e7f3fa;
    --red: #bc1616;
    --default: black;
    
    --ongoing: #2c3e50;
    --sentence: #aa3d61;
    --memoTitle: #e0e0e0;
    --basic_button: #717c88;
}
[data-theme='dark'] {
    --container: #1e1e1e;
    --sidebar: #333333;
    --fontA: #f2f2f2;
    --fontB: #cccccc;
    --menu: #232323;
 
    --mainTitleColor: #f2f2f2;
    --subTitleColor: #cccccc;
    --mainTextColor: #cccccc;
    --input_text: #333333;

    --login_button: #5db0d7;
    --login_button_hover: #333333;
    --red: #dd782d;
    --default: #f2f2f2;

    --ongoing: #2c3e50;
    --sentence: #aa3d61;
    --memoTitle: #e0e0e0;
    --basic_button: #717c88;
}    