:root{
    /* COLORS */
	--primary   :rgb(0, 43, 17); /* #434f6d */
	--secondary :rgb(58, 114, 96);
	--tetiary   :#000;
    --ascent    :#000;	
    --bodytext  :#000;
    --subtitle  :#000;
    
    --dark      :#344;      --fontdark  :#fff;
	--light     :#f3f3f3;   --fontlight :#222;

    /* TYPOGRAPHY & ICONS */
    --type1: url('swisot1.ttf'); 
    --type2: url('ArialNova-Light.ttf');  
    --type3: 'body', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;  
    --icon:  url('icons/fontello-bc88eeb0/font/dashbod.eot?47359518');
    --icons: url('icons/fontello-bc88eeb0/font/dashbod.eot?') format('embedded-opentype'),url('icons/fontello-bc88eeb0/font/dashbod.woff?47359518') format('woff'), url('icons/fontello-bc88eeb0/font/dashbod.ttf?47359518') format('truetype'), url('icons/fontello-bc88eeb0/font/dashbod.svg?47359518#dashbod') format('svg'); 
    --font0: 10px; --line1:12px;
    --font1: 12px; --line1:18px;
    --font2: 14px; --line2:24px;
    --font3: 30px; --line3:32px;
    --font4: 46px; --line4:52px;
    --font5: 60px; --line5:70px;
    /* SIZING & GRID */
    --grid   : 60px; --gridp : 6.4%;
    --gap    : 20px; --gapp  :2.1%;
    --count  : 12;
    --space1 : 4px;
    --size1  : 16px;
    --space6 : 40px;
}

