@charset "utf-8";



/************************************** root setting **************************************/

:root {

    /* color */
    --theme-color: #642eff;
    
    /* design-theme */
    --navy-theme-color: #101742;
    --blue-theme-color: #c0c8ff;
    --pink-theme-color: #ffc2c0;
    --yellow-theme-color: #ffdb71;

}
