@font-face {
    font-family: 'e-Ukraine-Bold';
    src: url('../css/fonts/e-Ukraine-Bold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'e-Ukraine-Medium';
    src: url('../css/fonts/e-Ukraine-Medium.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'e-Ukraine-Regular';
    src: url('../css/fonts/e-Ukraine-Regular.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'e-Ukraine-Light';
    src: url('../css/fonts/e-Ukraine-Light.otf') format('opentype');
    font-weight: lighter;
}

@font-face {
    font-family: 'e-UkraineHead-Bold';
    src: url('../css/fonts/e-UkraineHead-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'e-UkraineHead-Regular';
    src: url('../css/fonts/e-UkraineHead-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'e-UkraineHead-Light';
    src: url('../css/fonts/e-UkraineHead-Light.otf') format('opentype');
}

body{
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
}

button {
    font-family: e-Ukraine-Regular;
}

a,
ul,
li,
p,
span{
    font-family: e-Ukraine-Light;
}

b,
label{
    font-family: e-Ukraine-Bold;
}

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

input,
textarea{
    font-family: e-Ukraine-Light;
}


.fio-text{
    font-family: e-Ukraine-Medium;
}
