
@font-face {
    font-family: 'Rouble';
    src:
      url('../../fonts/rouble.woff2') format("woff2"),
      url('../../fonts/rouble.woff') format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Regular';
    src:
        url('../../fonts/Lato-Regular.woff2') format('woff2'),
        url('../../fonts/Lato-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Lato-Semibold';
    src:
        url('../../fonts/Lato-Semibold.woff2') format('woff2'),
        url('../../fonts/Lato-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Lato-Bold';
    src:
        url('../../fonts/Lato-Bold.woff2') format('woff2'),
        url('../../fonts/Lato-Bold.woff') format('woff');
}

@font-face {
    font-family: 'RotondaC';
    src:
        url('../../fonts/Rotonda.woff2') format('woff2'),
        url('../../fonts/Rotonda.woff') format('woff');
}

@font-face {
    font-family: 'Rotonda-Bold';
    src:
        url('../../fonts/Rotonda-Bold.woff2') format('woff2'),
        url('../../fonts/Rotonda-Bold.woff') format('woff');
}

@font-face {
    font-family: "Circe_Regular";
    font-weight: normal;
    font-style: normal;
    src: url('../../fonts/Circe_Regular.woff2') format("woff2"),
    url('../../fonts/Circe_Regular.woff') format("woff");
}

@font-face {
    font-family: "Circe_Bold";
    font-weight: normal;
    font-style: normal;
    src: url('../../fonts/Circe_Bold.woff2') format("woff2"),
    url('../../fonts/Circe_Bold.woff') format("woff");
}

body {
    color: #000;
    font-size: 14px;
    font-family: 'Lato-Regular', sans-serif;
    padding-top: var(--body-padding-top, 0) !important;
}

.g-rouble:after {
    content: 'u';
    display: inline-block;
    font-family: 'Rouble';
}
.g-rouble-thin:after {
    content: 'q';
    display: inline-block;
    font-family: 'Rouble';
}

.rouble {font-family: 'Rouble'; display: inline-flex; }


.g-h1, .g-title {
    color: #000;
    font-family: 'Lato-Bold';
    font-size: 36px;
    line-height: 40px;
    text-align: left;
}
@media only screen and (min-width: 680px) and (max-width: 1023px) {
    .g-h1, .g-title {
        font-size: 30px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 679px) {
    .g-h1, .g-title {
        font-size: 24px;
        line-height: 28px;
    }
}
.g-h2 {
    color: #000;
    font-family: 'Lato-Bold';
    font-size: 30px;
    line-height: 34px;
    text-align: left;
}
@media only screen and (min-width: 680px) and (max-width: 1023px) {
    .g-h2 {
        font-size: 26px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 679px) {
    .g-h2 {
        font-size: 22px;
        line-height: 26px;
    }
}
.g-h3 {
    color: #000;
    font-family: 'Lato-Bold';
    font-size: 24px;
    line-height: 28px;
    text-align: left;
}
@media only screen and (min-width: 680px) and (max-width: 1023px) {
    .g-h3 {
        font-size: 20px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 679px) {
    .g-h3 {
        font-size: 18px;
        line-height: 22px;
    }
}
.g-h4 {
    color: #000;
    font-family: 'Lato-Bold';
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}
@media only screen and (max-width: 679px) {
    .g-h4 {
        font-size: 16px;
        line-height: 20px;
    }
}
.g-h5 {
    color: #000;
    font-family: 'Lato-Bold';
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}
@media only screen and (max-width: 679px) {
    .g-h5 {
        font-size: 15px;
        line-height: 20px;
    }
}
.g-text {
    color: #000;
    font-family: 'Lato-Regular';
    font-size: 14px;
    line-height: 18px;
}
@media only screen and (max-width: 679px) {
    .g-text {
        font-size: 15px;
        line-height: 20px;
    }
}
