:root {
    --black: #000000;
    --chineseblack: #101010;
    --raisinblack: #222222;
    --white: #FFFFFF;
    --outerspace: #464646;
    --scored: #E61E1E;
    --japaneseviolet: #50304E;
    --granitegrey: #64625F;
    --champage: #F1EACF;
    --granitegrey2: #636466;
    --palesilver: #C7BAB6;
    --darkmidnightblue: #003A5F;
    --spanishgrey: #989190;
    --redsalsa: #F73A4E;
    --papayawhip: #FFF1DB;
    --imperialred: #E7283E;
    --brightgray: #ECECEC;
    --transparentwhite: rgba(255, 255, 255, .2);

    --papayagradientToRight: linear-gradient(90deg, var(--papayawhip) 0%, rgba(255, 241, 219, 0) 100%);
    --papayagradientToBottom: linear-gradient(180deg, rgba(255, 241, 219, 0.75) 0%, rgba(255, 241, 219, 0) 100%);
    
    --gothamlight: 'GothamLight', "Arial", sans-serif;
    --gothambook: 'GothamBook', "Arial", sans-serif;
    --gothammedium: 'GothamMedium', "Arial", sans-serif;
    --gothambold: 'GothamBold', "Arial", sans-serif;
    --chinese: 'DuanNingXingShuTianGong', "Arial", sans-serif;

    --font-size-70: 70px;
    --font-size-64: 64px;
    --font-size-54: 54px;
    --font-size-50: 50px;
    --font-size-40: 40px;
    --font-size-30: 30px;
    --font-size-20: 20px;
    --font-size-18: 18px;
    --font-size-16: 16px;
    --font-size-14: 14px;

    --line-height-std: 100%;
    --line-height-110: 110%;
    --line-height-114: 114.286%;
    --line-height-142: 142.857%;
    --line-height-150: 150%;
}