/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 @font-face {
    font-family: NCup_MED;
    src: url(/custom/novotype-medium-webfont.ttf);
}

 @font-face {
    font-family: NCup_REG;
    src: url(/custom/novotype-regular-webfont.ttf);
}

h1 
{
    font-family: 'NCup_MED', 'Roboto';
    color: #20275b;
}

h2,
h3,
h4,
h5 
{
    font-family: 'NCup_MED', 'Roboto';
}


.uk-accordion-title
{
font-size: 22px;
line-height: 26px;
}