:root{
    --logo-primary-color: #1b4a74;
}
@font-face {
    font-family: 'Urbanist';
    src: url('./fonts/Urbanist/static/Urbanist-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Urbanist';
    src: url('./fonts/Urbanist/static/Urbanist-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
body {
    font-family: Urbanist,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue", Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #565454;
    background: radial-gradient(circle, rgba(231,234,240,1) 0%, rgba(255,255,255,1) 100%);
}

.navbar-brand img {
    width: 200px;
}
.navbar-nav {
    margin-left: auto;
}
