/* Default font */
html, body, * {
  font-family: 'Agdasima', sans-serif !important;
}

/* FORCE Barrio on main page title */
h1,
h1 *,
[data-testid="page-title"],
[data-testid="page-title"] * {
  font-family: 'Barrio', cursive !important;
}

/* Services heading */
h2,
h2 * {
  font-family: 'Barrio', cursive !important;
}