:root {

    /** ALL */

    --default-box-sizing: border-box;
    --default-cursor: url(../images/mouse.png), auto;
    --default-text-selection: none;



    /** HTML */

    --html-height: 100%;



    /** BODY */

    --body-background: #000d14 url(../images/bgf.png) center/cover no-repeat;
    --body-color: #3ea098;
    --body-font-face: Bahnschrift, 'Courier New', Courier, monospace;
    --body-font-size: 16pt;



    /** DIV */

    --div-position: fixed;
    --div-display: none;



    /** SELECTION */

    --selection-background: #3ea098;
    --selection-text-color: #101f29;



    /** appName */
    --appName-width: 80%;
    --appName-height: 80px;
    --appName-color: #f99494;
    --appName-text-shadow: 0 0 35px #ffd3d3;
    --appName-font-size: 28pt;
    --appName-font-weight: bold;
    --appName-text-spacing: 5px;
    --appName-top: calc(50% - 20px);
    --appName-left: calc(50% - (var(--appName-width) / 2));
    --appName-text-align: center;
    --appName-border: 1px solid #e35252;


    
    /** CT LOGO */

    --ct-logo-width: 89px;
    --ct-logo-height: 20px;
    --ct-logo-background: url(../images/logo.png) center/contain no-repeat;
    --ct-logo-bottom: 25px;
    --ct-logo-left: 25px;
    --ct-logo-cursor: url(../images/mouse-flip.png), auto;



    /** FOOTNOTE */

    --footnote-bottom: 85px;
    --footnote-text-align: center;
    --footnote-index: -1;
    --footnote-width: 100%;
    --footnote-font-size: 10pt;
    --footnote-text-spacing: 2px;
    --footnote-color: #1f756e;
    --footnote-text-shadow: 0 0 10px #d3fff059;



    /** COPYRIGHT */

    --copyright-bottom: 55px;
    --copyright-text-align: center;
    --copyright-index: -1;
    --copyright-width: 100%;
    --copyright-font-size: 10pt;
    --copyright-text-spacing: 2px;
    --copyright-color: #378a83;
    --copyright-text-shadow: 0 0 10px #d3fff091;


}
