@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&display=swap');

body, button, input, select, textarea {
    font-family: 'Inter', BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-weight: 300;
}

h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.75rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.3rem;
}
h5 {
    font-size: 1.1rem;
}
h6 {
    font-size: 1rem;
}
p {
    margin: 13px 0px;
}

section:first-child {
    padding: 1rem 1.5rem;
}

.navbar-item img {
    max-height: unset;
}
nav.navbar.is-fixed-top {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

.menu-label {
    font-weight: 400 !important;
}

.subtitle {
    margin: 15px 0px 20px 0px !important;
}