@font-face {
    font-family: 'Gilroy';
    src: url('/public/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.app__preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    font-family: 'Gilroy', sans-serif;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 48px;
    background: #171719;
    z-index: 10000;
}