/* :root {

    --default: #0BD904;
    --default-second: #158C03;

    --white: #000;
    --off-white: #0D0D0D;

    --gray-bg: #062601;
    --gray-bg-2: #a2ff9f;


    --black: #fff;
    --off-black: #fefefe;
    
    --color-black: #0BD904;
    --black-bg: #158C03;
    --preload-bg: #158C03;

} */
/* 
.1-hex { color: #0BD904; }
.2-hex { color: #158C03; }
.3-hex { color: #062601; }
.4-hex { color: #0F4001; }
.5-hex { color: #0D0D0D; }


.-1-rgba { color: rgba(11, 216, 4, 1); }
.-2-rgba { color: rgba(21, 140, 2, 1); }
.-3-rgba { color: rgba(5, 38, 0, 1); }
.-4-rgba { color: rgba(14, 63, 1, 1); }
.-5-rgba { color: rgba(12, 12, 12, 1); }


.-1-hsla { color: hsla(118, 96, 43, 1); }
.-2-hsla { color: hsla(112, 96, 28, 1); }
.-3-hsla { color: hsla(112, 96, 7, 1); }
.-4-hsla { color: hsla(106, 96, 12, 1); }
.-5-hsla { color: hsla(0, 0, 5, 1); } 
}
*/

:root {

    --default: #0F4001;
    --default-second: #062601;

    --white: #fff;
    --off-white: #f1f1f1;

    --gray-bg: #0D0D0D;

--hacker-green: #0BD904;

    --black: #000;
    --off-black: #111;
    --gray: #434343;
    
    --color-black: #010101;
    --black-bg: #151515;
    --preload-bg: #050505;


--body-font: 'Ihana Perkele Alaston';

--body-b:   'CarbonType',sans-serif;
--body-em: 'CarbonType',sans-serif;
--body-a: 'CarbonType',sans-serif;
--body-strong: 'CarbonType',sans-serif;

--body-forms:  'Downcome',sans-serif;
--body-h1-6:  'Downcome',sans-serif;
--body-plead: '28 Days Later', sans-serif;

}
