@font-face {
    font-family: "Ethnocentric";
    src: url("../fonts/ethnocentric/Ethnocentric-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.gorts-logo {
    display: inline-flex;
    gap: 0.08em;
    align-items: center;
    font-family: var(--font-display);
    font-size: 1.08rem;
    line-height: 1;
    letter-spacing: 0.36em;
    white-space: nowrap;
}

.gorts-logo span {
    display: inline-block;
    transform: skewX(-8deg);
}

h1,
h2,
h3,
p {
    overflow-wrap: break-word;
    word-break: normal;
}
