@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    /* -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; */
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}



* {
    font-family: Roboto, Helvetica Neue, sans-serif;
}

a {
    font-size: 16px;
}



h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 57px;
}

h3 {
    font-size: 42px;
}

h4 {
    font-size: 28px;
    line-height: 40px;
}

h5 {
    font-size: 22px;
    line-height: 31px;
}

h6 {
    font-size: 19px;
    line-height: 26px;
}

p {
    font-size: 16px;
    line-height: 28px;
}

li {
    font-size: 16px;
    font-weight: 500;
}