﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family:'B Ziba';
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'B Ziba';
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
    font-family: 'B Ziba';
}

@font-face {
    font-family: 'BZiba';
    src: url('../Fonts/BZiba/BZiba.woff2') format('woff2'), url('../Fonts/BZiba/BZiba.woff') format('woff'), url('../Fonts/BZiba/BZiba.eot') format('eot');
}