@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap');

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

html {
    font-size: 14px;
}

body {
    margin: 0;
    /*color: rgb(21, 20, 22);*/
    color: var(--r-text-color);
}

body, button, input, select, textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*h1, h2, h3, h4, h5, h6 {
    font-family: Amaranth, sans-serif;
    color: #004251;
}*/
h1 {
    font-size: 3.57143rem;
}
h2 {
    font-size: 2rem;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 3rem 1rem;
    margin: 0 auto;
}

.r-searchbox-compact {
    width: 360px;
}