@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,700;1,400&display=swap');

body { font-family: Figtree, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" }

.navbar-brand { font-size: 1.5rem }

.h1, .h2, h1, h2 { font-weight: 700 }

footer {
    background-color: #022851;
    padding: 1rem;
    color: white;
}

footer a, footer a:focus, footer a:hover, footer a.page-link {
    text-decoration: underline;
    color: white;
}

