@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap');

/* Pasar brand */
:root {
  --primary-color: #edb017;
  --secondary-color: #b8c3e6;
  --font: 'Titillium Web', sans-serif;
}

body, p, h1, h2, h3, h4, h5, h6,
.btn, .nav-link, label, input, select, textarea, button {
  font-family: 'Titillium Web', sans-serif !important;
}

#logo {
    width: 7rem !important;
    margin-right: 1.5rem;
}

p {
    color: black !important;
  }

h1 b, h1, h2, h3, h4, .text-primary {
    color: #0f5980 !important;
  }

label.active {
background-color:  #0f5980 !important;
color: white !important;
}

.btn-secondary {
background-color: white !important;
border-color: #b8c3e6 !important;
}
.btn-secondary:hover {
border-color: #cccccc !important;
}