@font-face {
    font-family: 'Helvetica Neue';
    src: url(../css/fonts/HelveticaNeueRoman.otf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url(../css/fonts/HelveticaNeueItalic.ttf);
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url(../css/fonts/HelveticaNeueMedium.otf);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url(../css/fonts/HelveticaNeueMediumItalic.otf);
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url(../css/fonts/HelveticaNeueBold.otf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: url(../css/fonts/Nunito-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}
:root {
    --primary-color: #000;
    --secondary-color: #fff;
    font-size: 14px;
    line-height: 1.5rem
}

.primary {
    color: var(--primary-color)
}

.secondary {
    color: var(--secondary-color)
}

.m-0,
body {
    margin: 0;
    color:#4E5661;
    font-size: 18px;
    line-height: 21.47px;
    font-family:'Helvetica Neue', sans-serif;
    font-weight: normal;
    overflow-x: hidden;
}

.container{
    max-width: 1410px;
    position: relative;
    width: 100%;
}
html{
    overflow-x: hidden;
}