@font-face {
    font-family: 'Montserrat';
    /* O navegador precisa saber que é um arquivo TrueType */
    src: url('../fonts/montserrat-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.glass {
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
    background: #0d0d1226;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

