@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Roboto-Medium.ttf');
}

html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body, h1, p {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

li {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;

    color: #080A3E;
}

ul {
    width: 920px;
    height: 235px;

    margin: 46px 0;
}