/* Inter-regular */

@font-face {

  font-family: 'Inter-Bold';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../Inter-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../Inter-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* InterTight-regular */

@font-face {

  font-family: 'Inter-Tight';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../InterTight-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../InterTight-Reguar.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
        margin: 40px
        auto;
        max-width: 650px;
        line-height: 1.6;
	font-family: 'Inter-Tight',sans-serif;
        font-weight: 400;        
        font-size: 20px;
        color: #000;
        background: #fff;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 15px;

        }

h1 { 
  font-family: 'Inter-Bold', sans-serif; 
  font-size: 42px;
  font-weight: 800;
  line-height: 1.0

        }

h2 { 
  font-family: 'Inter-Bold', sans-serif; 
  font-size: 24px;
  font-weight: 800;
  line-height: 1.0

        }

h3 { 
  font-family: 'Inter', sans-serif; 
  font-size: 24px;  
  font-weight: 400;
  line-height: 1.0

        }

h4, h5 { 
  font-family: 'Inter', sans-serif; 
  font-weight: 400;  
  font-size: 20px;  
  line-height: 1.0

        }

h6 { 
  font-family: 'Inter', sans-serif; 
  font-weight: 400;
  font-size: 16px;  
  line-height: 1.0

        }

ul, li { 

   font-family: 'Inter-Tight', sans-serif; 
   font-size: 18px;
   font-weight: 400;   
  
         } 