body {
    font-family: 'Crimson Pro', serif;
    font-size: 18px;
}

.material-symbols-outlined {
    font-size: 28px;
    vertical-align: bottom;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 0
}

.Xspinner-wrapper {
    background-color: gray;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
