@font-face {
    font-family: 'Laila';
    src: url(fonts/Laila-Bold.ttf);
}

@font-face {
    font-family: sans-serif;
    src: url(fonts/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: sans-serif;
    src: url(fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: sans-serif;
    src: url(fonts/OpenSans-Bold.ttf);
}


:root{
    --primary-color: #498947;
}

.header{
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    max-width: 1865px;
    margin: 0 auto;
}

.header_title{
    font-family: 'Laila';
}

