@font-face {
    font-family: 'Snell Roundhand';
    src: url('../fonts/snellroundhand_bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.font-noto-serif {
    font-family: 'Noto Serif Display', serif;
}

.font-snell-roundhand {
    font-family: 'Snell Roundhand', cursive;
}

body{
    width: 100%;
    height: 100%;
}

.login-wrapper .login-section {
    height: 100%;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    align-items: center;
}

.login-wrapper .login-section .bg-logo-section {
    text-align: right;
    background: #2a2e31;
}
