:root {

    /* 前台 */
    --white: #ffffff;
    --gray:#aaaaaa;
    --dark-gray: #6E6D6D;
    --black:#4F4B4B;

    /* toast */
    --toast-blue: #6997b3;
    --toast-red: #a51515;
    --toast-green: #587466;

    /* 登入/註冊頁 */
    --login-pink: #F15151;
    --logo-blue: #5985C4;
    --logo-orange: #E95513;
    --logo-yellow: #F29600;

    /* 內頁 */
    --pink: #EC4949;
    --blue: #6293DB;
    --dark-blue: #5985C4;
    --orange: #FE8242;
    --yellow: #F39800;

    /* 字體粗細 */
    --font-weight-500:500;
    --font-weight-600:600;
    --font-weight-700:700;
    --font-weight-800:800;
    --font-weight-900:900;

}