@font-face {
    font-family: 'GE SS Two';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/gess/GE SS Two Light Latin.otf?v=4') format('opentype');
}

@font-face {
    font-family: 'GE SS Two';
    font-style: normal;
    font-weight: 400 500;
    font-display: swap;
    src: url('../fonts/gess/GE SS Two Medium Latin.otf?v=4') format('opentype');
}

@font-face {
    font-family: 'GE SS Two';
    font-style: normal;
    font-weight: 600 900;
    font-display: swap;
    src: url('../fonts/gess/GE SS Two Bold Latin.otf?v=4') format('opentype');
}

:root {
    --tg-body-font-family: 'GE SS Two', sans-serif;
    --tg-heading-font-family: 'GE SS Two', sans-serif;
}

body,
button,
input,
select,
textarea {
    font-family: var(--tg-body-font-family);
}

.bold-text {
    font-family: var(--tg-body-font-family);
}
