@import url('https://fonts.googleapis.com/css?family=Roboto|Open+Sans');

html {
    font-family: 'Open Sans';
}

.uk-h2, h2 {
    font-family: 'Roboto';
}
.uk-h3, h3 {
    font-family: 'Roboto';
}               
.uk-h4, h4 {
    font-family: 'Roboto';
}
.uk-article-title {
    font-family: 'Roboto';
}


.navbar .brand, .navbar .nav>li>a, .navbar-search, .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    font-family: 'Roboto';
}
.btn-primary {
    font-family: 'Roboto';
}
.btn-primary:hover {
    font-family: 'Roboto';
}
.eshop-categories-list .eshop-category-wrap .eshop-info-block h5 {
    font-family: 'Roboto';
}
.list .eshop-product-title h4 {
    font-family: 'Roboto';
}
.list .eshop-product-title h4 a {
    font-family: 'Roboto';
}
.eshop-container .btn {
    font-family: 'Roboto';
}
.checkout-content button.getcvrinfo {
    font-family: 'Roboto';
}