@font-face {
    font-family: myFont;
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: myFont01;
    src: url('../fonts/Gats.ttf');
}

html,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
.uk-button,
.uk-navbar-nav>li>a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
span {
    font-family: myFont !important;
}

body {
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}


.uk-font-01 {
    font-family: myFont01 !important;
}

.my-radius {
    border-radius: 15px;
}

.my-radius2 {
    border-radius: 50px;
}

.my-radius3 {
    border-radius: 30px;
}
.zb_bg{ background: url(../img/ad_bg.svg) center 0 repeat-x; height: 660px;}

.x-slideshow{width:400px; height: 700px; border: solid 10px #666; justify-content: center; align-items: center; display: flex; margin-top: 10vh;}
.uk-modal-body::-webkit-scrollbar {
    width: 8px;
}

.uk-modal-body::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px;
}

.uk-modal-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;

}

.uk-modal-body::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}