@charset "UTF-8";
/**
 * Estilos Base - Aplicação Global das Fontes
 */
/**
 * Variáveis SCSS
 */
/**
 * Fontes - Sora e Inter
 */
body,
.wp-block-group,
.wp-block-navigation,
.wp-block-button {
  font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.wp-block-heading,
.contrata-logo-fallback,
.site-title {
  font-family: "Sora", sans-serif;
}

p, span, a, li,
.wp-block-navigation a,
.wp-block-button__link,
.contrata-header-button {
  font-family: "Inter", sans-serif;
}

body {
  font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.wp-block-heading,
.has-large-font-size,
.has-x-large-font-size {
  font-family: "Sora", sans-serif;
}
