@font-face {
    font-family: 'Gilam-regular';
    src: url('/fonts/GilamRegular.otf') format('opentype');
}

@font-face {
    font-family: 'Gilam-semibold';
    src: url('/fonts/GilamSemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'Gilam-bold';
    src: url('/fonts/GilamBold.otf') format('opentype');
}
/**umb_name:Heading 1*/
h1 {
}

/**umb_name:Heading 2*/
h2 {
}


/**umb_name:Heading 3*/
h3 {
}

/**umb_name:Heading 4*/
h4 {
}

/** bootstrap.css **/
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

h1 small,
.h1 small {
    font-size: 24px;
}

h2 small,
.h2 small {
    font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px;
}

/** style.css **/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Gilam-regular', sans-serif;
}
/** 15/02/2019 - H1 e H2 para semi-bold  **/
h1, h2, .h1, .h2 {
    font-family: 'Gilam-semibold', sans-serif;
}

/** 15/02/2019 - H3 para bold  **/
h3, .h3 {
    font-family: 'Gilam-bold', sans-serif;
}

h4, .h4 {
    font-family: 'Gilam-bold', sans-serif;
}

/** umbraco-starterkit-style.css **/
h1 {
    font-size: 2em;
    margin: .67em 0
}

h4, .h4 {
    font-family: 'Gilam-bold', sans-serif;
}

h1 {
    font-size: 2.2em
}

h2 {
    font-size: 1.6em;
    letter-spacing: 2px;
    text-transform: uppercase
}
