/*
 Theme Name:   	Actua Theme child
 Theme URI:		 https://actua.cat
 Description:  	Actua Child Theme
 Author:       	Actua
 Author URI:   	https://actua.cat
 Template:     	actua-theme
 Version:      	1.0
*/

@import url("../actua-theme/style.css");

/* Theme customization starts here
  -------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

body {
  font-family: 'Questrial', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Questrial', sans-serif !important;
}

.tooltip {
  font-family: 'Questrial', sans-serif !important;
}

.popover {
  font-family: 'Questrial', sans-serif !important;
}