﻿/*!
 * Event Catalyst v0.0.0 (http://www.eventcatalyst.com)
 * Copyright 2015-2019 The Event Catalyst Authors
 */
/************************   Font   ************************/

@font-face {
  font-family: 'Merriweather-Bold';
  src: url(../fonts/Merriweather-Bold.ttf);
}
@font-face {
    font-family: 'Merriweather-Regular';
    src: url(../fonts/Merriweather-Regular.ttf);
    /*src: url(../fonts/GatsbyFLF-BoldItalic.eot?#iefix) format('embedded-opentype'),
       url(../fonts/GatsbyFLF-BoldItalic.woff2) format('woff2'),
       url(../fonts/GatsbyFLF-BoldItalic.woff) format('woff'),
       url(../fonts/GatsbyFLF-BoldItalic.ttf) format('truetype'),
       url(../fonts/GatsbyFLF-BoldItalic.svg#GatsbyFLF-BoldItalic) format('svg');*/
}
@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url(../fonts/Gilroy-ExtraBold.otf);
}
@font-face {
    font-family: 'Gilroy-Light';
    src: url(../fonts/Gilroy-Light.otf);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Gilroy-ExtraBold",Arial,sans-serif;
}

h4, .label_day > span {
    font-family: "Gilroy-ExtraBold",Arial,sans-serif;
    font-weight: 400;
}

li {
    font-family: 'Gilroy-Light',Arial !important;
}

p, span, label, input, select, option, button, a, textarea {
    font-family: 'Gilroy-Light',Arial !important;
}