/*--------------------
// Custom Embedded Fonts 
--------------------*/

@font-face {
    font-family: 'kimberleyblack';
    src: url('../fonts/kimberley_bl-webfont.woff2') format('woff2'),
         url('../fonts/kimberley_bl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sunsetboulevard';
    src: url('../fonts/sunsetboulevard.woff2') format('woff2'),
         url('../fonts/sunsetboulevard.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
