@import url(../fonts/fonts.css?v=1);

body {
    font-family: Roboto Regular;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    font-weight: unset
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 20px
}

p,
span,
textarea {
    font-family: Roboto Regular;
    font-size: 17px;
    line-height: 1.35;
    margin: 0;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    -webkit-tap-highlight-color: transparent
}

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: unset;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

html {
    scroll-behavior: smooth;
}

img {
    /* image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor; */
}

.disabledA {
    pointer-events: none
}