@font-face {
    font-family: 'Caroline';
    src: url('../fonts/Caroline.woff2') format('woff2'),
         url('../fonts/Caroline.woff') format('woff'),
         url('../fonts/Caroline.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Allura';
    src: url('../fonts/Allura.woff2') format('woff2'),
         url('../fonts/Allura.woff') format('woff'),
         url('../fonts/Allura.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

#logo-text {
    font-family: "Allura", "Caroline", "Nunito", sans-serif;
    font-weight: normal;
    font-size: 40px !important;
}

#sidebar i.fa, #sidebar i.fas, #sidebar i.far {
    color: #506690;
    font-size: 20px;
    position: relative;
    top: 4px;
}
