﻿.unauthorized-title {
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.2px;
}

.unauthorized-text {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.btn-signout {
    background-color: #FDD6D7;
    color: #A50E1E;
    border: none;
    height: 48px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.btn-signout:hover {
    background-color: #A50E1E;
    color: #FFFFFF;
}
