@font-face {
    font-family: 'LazyDog';
    src: url('../fonts/Lazydog-web.woff') format('woff'),
    url('../fonts/Lazydog-web.woff2') format('woff2'),
    url('../fonts/Lazydog-web.otf') format('otf');
}
@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/opensans-regular.woff') format('woff'),
    url('../fonts/opensans-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'opensans-bold';
    src: url('../fonts/opensans-bold.woff') format('woff'),
    url('../fonts/opensans-bold.woff2') format('woff2');
}

.lazydog {
    font-family: 'LazyDog', sans-serif;
    font-size: 16px; !important
}
