@import url("fontawesome/css/all.min.css");

@font-face {
    font-family: Michroma; /* set name */
    src: url(Michroma-Regular.ttf); /* url of the font */
}

.logo {
    font-family: Michroma; /* use font */
    line-height: 1.2;
    margin-bottom: 0 !important;
    margin-right:10px;
    font-weight: bold;
    font-size: 32px;
    color:#114388;
}

    @media (min-width: 1200px) {
        .logo {
            font-size: 2.5rem;
        }
    }

.rounded-corners-30 {
    border-radius: 30px;
}