:root {

    --font-famili: 'Asap';
    --font-famili-regular: normal;
}

body {
    font-family: var(--font-famili);
    font-weight: var(--font-famili-regular);
}

input:focus {
    outline: none;
}


.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-3xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-famili) !important;
    font-weight: var(--font-famili-regular);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: initial;
}