@font-face {
    font-family: 'ORAfunkyHeadline';
    font-style: normal;
    font-weight: normal; /* 400 */
    src: local(''),
    url('../fonts/ORAfunkyHeadline.woff2') format('woff2'),
    url('../fonts/ORAfunkyHeadline.woff') format('woff')
}

@font-face {
    font-family: 'ORAfunkyText';
    font-style: normal;
    font-weight: normal;
    src: local(''),
    url('../fonts/ORAfunkyText-Regular.woff2') format('woff2'),
    url('../fonts/ORAfunkyText-Regular.woff') format('woff')
}

@font-face {
    font-family: 'ORAfunkyText';
    font-style: normal;
    font-weight: bold;
    src: local(''),
    url('../fonts/ORAfunkyText-Bold.woff2') format('woff2'),
    url('../fonts/ORAfunkyText-Bold.woff') format('woff')
}


* { font-family: "ORAfunkyText", sans-serif; }
h1, h2, h3, h4 {font-family: "ORAfunkyHeadline", sans-serif;}

.navbar-brand {
    background: url("../images/logo.png") no-repeat 0 0 rgba(0,0,0,0);
    background-size: 100% auto;
    background-position: left center;
}
