@import url('../fonts/e-UkraineHead/import.css');
@import url('../fonts/e-Ukraine/import.css');
@import url('./reset.css');

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;

    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #5B9CD8;
    border: none;
    border-radius: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'e-UkraineHead';
}

* {
    font-family: 'e-Ukraine';
    word-break: break-word;
    font-weight: 500;
    scroll-behavior: smooth;
}

body {
    /*overflow-y: scroll;*/
    background: #ffffff;
    min-height: 100vh;
}

a {
    color: #000;
    text-decoration: none !important;
}