/*

Theme Name: ISG Saúde Unidades
Text Domain: isg-saude
Version: 1.0.0
Requires at least: 5.5
Requires PHP: 7.3
Description: O Instituto Sócrates Guanaes (ISG) é uma organização civil de direito privado sem fins lucrativos, que tem como missão promover saúde com espírito público e eficiência do privado.
Tags: {{TAGS_THEME}}
Author: CRP Mango - Paulina, Giovani Lima
Author URI: https://crpmango.com.br
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* ====================================================================== */
/* IMPORTANTE */
/* ====================================================================== */
/* Este é o arquivo base que o tema exige para carregar as informações
   sobre o tema no CMS, não insira formatações de estilo nesse arquivo
   utilize a estrutura presente no diretório SRC/SASS/ para realizar
   as formatações, assim você mantem a padronização e não sobrescreve
   regras já definidas. */
/* ====================================================================== */

/* Fontes */
@font-face {
   font-family: 'Segoe UI Regular';
   font-style: normal;
   font-weight: normal;
   src: local('Segoe UI Regular'), url('assets/fonts/segoe-ui/segoe-ui-regular.woff') format('woff');
}

@font-face {
   font-family: 'Segoe UI Italic';
   font-style: normal;
   font-weight: normal;
   src: local('Segoe UI Italic'), url('assets/fonts/segoe-ui/segoe-ui-italic.woff') format('woff');
}

@font-face {
   font-family: 'Segoe UI Bold';
   font-style: bold;
   font-weight: bold;
   src: local('Segoe UI Bold'), url('assets/fonts/segoe-ui/segoe-ui-bold.woff') format('woff');
}

@font-face {
   font-family: 'Segoe UI Bold Italic';
   font-style: normal;
   font-weight: normal;
   src: local('Segoe UI Bold Italic'), url('assets/fonts/segoe-ui/segoe-ui-bold-italic.woff') format('woff');
}

body, html{
   font-family: 'Segoe UI Regular';
   line-height: 1.2;
}