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

@font-face {
    font-family: 'Monsal-gothic-book';
    font-style: normal;
    src: url('/fonts/Monsal-gothic-book/Monsal-gothic-book.woff2') format('woff2'),
         url('/fonts/Monsal-gothic-book/Monsal-gothic-book.woff') format('woff');
}

@font-face {
    font-family: 'Monsal-gothic-medium';
    font-style: normal;
    src: url('/fonts/Monsal-gothic-medium/Monsal-gothic-medium.woff2') format('woff2'),
         url('/fonts/Monsal-gothic-medium/Monsal-gothic-medium.woff') format('woff');
}

@font-face {
    font-family: 'Monsal-gothic-regular';
    font-style: normal;
    src: url('/fonts/Monsal-gothic-regular/Monsal-gothic-regular.woff2') format('woff2'),
         url('/fonts/Monsal-gothic-regular/Monsal-gothic-regular.woff') format('woff');
}

body{
	font-family: 'Monsal-gothic-regular',Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
}
h1{
    font-family: 'Monsal-gothic-bold',Arial, sans-serif;
    font-size: 24px;
    color:inherit;
    line-height: 24px;
    margin: 0px;
}
h2{
    font-family: 'Monsal-gothic-bold',Arial, sans-serif;
    font-size: 20px;
    color:inherit;
    line-height: 16px;
    margin: 0px;
}
h3{
    font-family: 'Monsal-gothic-regular',Arial, sans-serif;
    font-size: 16px;
    color:inherit;
    line-height: 14px;
    margin: 0px;	
}
h4{
    font-family: 'Monsal-gothic-bold',Arial, sans-serif;
    font-size: 12px;
    color:inherit;
    line-height: 10px;
    margin: 0px;	
}
h5{
    font-family: 'Monsal-gothic-bold',Arial, sans-serif;
    font-size: 10px;
    color:inherit;
    line-height: 8px;
    margin: 0px;	
}

.bb-font-bold{
    font-family: 'Monsal-gothic-bold',Arial, sans-serif;
}
.bb-font-medium{
    font-family: 'Monsal-gothic-medium',Arial, sans-serif;
}
.bb-font-regular{
    font-family: 'Monsal-gothic-regular',Arial, sans-serif;
}
.bb-font-book{
    font-family: 'Monsal-gothic-book',Arial, sans-serif;
}
/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    h1{
        font-size: 28px;
        line-height: 24px;
    }    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}