﻿
h1 {
    font-family: Maven Pro,Segoe UI,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 35.4px;
}

h3 {
    font-family: Maven Pro,Segoe UI,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 15.4px;
}
h1, h2, h3, h4, h5 {
    font-family: Maven Pro,Segoe UI,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
    /*font-weight: 400;*/
    font-size: 2rem;
    /* line-height: 32px; */
    padding-top: 15px;
    padding-bottom: 15px;
}
p, ul {
    /*font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;*/
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 200%;
}

blockquote {
    font-family: Maven Pro,Segoe UI,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}

pre {
    font-family: Maven Pro,Segoe UI,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}


.drop-cap:first-letter {
    color: #2773ff;
    display: block;
    font: normal normal normal 72px/72px 'Lucida Grande',sans-serif;
    float: left;
    padding-right: 8px;
}

@font-face {
    font-family: 'League Gothic';
    src: url('league-gothic.eot');
    src: local('☺'), url('league-gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aller Light';
    src: url('aller-light.eot');
    src: local('☺'), url('aller-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body, html {
    padding: 0;
    margin: 0;
    font-family: Maven Pro,Segoe UI,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
    /*font-weight: 300;*/
    color: #5b6067;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.font-small {
    font-size: 12px !important;
}
