﻿
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML TAGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body 
{
}

hr {
    color: #E5E5E5;
    background-color: #E5E5E5;
    height: 1px;
    border: 0;
    margin: 15px 0;
    _margin: 10px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HEADINGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1 {
    font-family: 'Segoe UI Variable Display';
    font-size: medium;
    color: gray;
}

h2 {
    font-family: 'Segoe UI Variable Display';
    font-size: large;
    color: gray;
}

h3 {
    font-family: 'Segoe UI Variable Display';
    font-size: x-large;
    color: gray;
}

h6 {
    font-family: 'Segoe UI Variable Display';
    font-size: large;
    color: #181818;
    font-weight:400;
}


