/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./meric/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
@import url(https://fonts.googleapis.com/css?family=Francois+One|Merriweather:400,700&display=swap);
main .mogov-block-style.well,
main .mogov-section-style.well {
  background-color: #f5f5f5;
  border: 1 px solid #e3e3e3;
  padding: 1rem;
}

main .mogov-block-style.well > h2 {
  margin-top: 0;
}
