/*Helper classes*/
.container{
    max-width: 1100px !important;
    margin: 0 auto;
}

/*Buttons*/
.btn.btn-secondary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  background-color: var(--dark) !important;
  border-color: var(--dark) !important;
}

/*Typography*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 700 !important;
}