@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: .950rem;
    font-family: "Parkinsans", sans-serif;
}

nav.navbar {
    height: 70px !important;
}

.logo {
    height: 55px;
}

.btn {
    padding: 10px 20px;
    border-radius: 10px;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.navbar-toggler {
    line-height: 1.5 !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.offcanvas-header .btn-close {
    outline: none !important;
    box-shadow: none !important;
}
