@import url('https://fonts.cdnfonts.com/css/switzer');
@import url('https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.2/src/regular/style.css');

/** Button */
.btn-default {
    font-family: 'Switzer', sans-serif;
    height: 34px;
    border: none;
    right: 0;
    border-radius: 8px;
    font-weight: 400;
    background-color: #1a2332;
    color: #fff;
    padding: 0px 12px;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    letter-spacing: normal;
}

.btn-default:hover {
    background-color: #414545;
}

/** Title */
h6 {
    font-size: 18px;
    font-weight: 500;
    color: #1a2332;
}

.text-subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #64748b;
}

.home-text {
    font-weight: 400;
    font-size: 16px;
    color: #64748b;
    opacity: .8;
}