@font-face {
    font-family: 'Wigrum';
    src: url('./wigrum-regular.otf?v=29') format('truetype');
}

@font-face {
    font-family: 'Wigrum';
    src: url('./wigrum-bold.otf?v=29') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Wigrum';
}

.tytoGeneralMessage {
    display: flex;
    flex-direction: column;
    background: #f7f7fa;
    height: 100vh;
    overflow: auto;
}

.tytoGeneralMessage__container {
    flex-grow: 1;
    text-align: center;
    max-width: 680px;
    max-width: 44em;
    padding: 2em;
    align-self: center;
}

.tytoGeneralMessage__logo {
    fill: #6872f4;
    margin-top: 5em;
    height: 85px;
    height: 5.4em;
}

.tytoGeneralMessage__title {
    color: #6872f4;
    font-size: 2.3em;
    margin-top: 1.4em;
    font-weight: bold;
}

a {
    text-decoration: underline !important;
}

a:hover,
a:focus {
    color: #6872f4 !important;
    cursor: pointer;
}

.tytoGeneralMessage__text {
    margin-top: 0.7em;
    font-weight: 300;
    font-size: 0.6em;
    color: #4e4e56;
}

@media (max-height: 900px) {
    .tytoGeneralMessage {
        font-size: 1.8vh;
    }
}