/*
Theme Name:  MSpontocom
Theme URI:   https://mspontocom.com.br
Description: Tema filho do MSpontocom – O seu Jornal Eletrônico. Portal de notícias moderno para Campo Grande, MS.
Author:      Marcos Aurélio
Author URI:  https://mspontocom.com.br
Template:    generatepress
Version:     1.0.0
License:     GNU General Public License v2 or later
Text Domain: mspontocom
Tags:        news, portal, journalism, responsive
*/

/* ============================================================
   VARIÁVEIS GLOBAIS
   ============================================================ */
:root {
  --ms-dark:        #1a1a2e;
  --ms-dark-mid:    #16213e;
  --ms-gold:        #e8a020;
  --ms-gold-light:  #f5b942;
  --ms-gold-dark:   #c4841a;
  --ms-red:         #c0392b;
  --ms-red-dark:    #962d22;
  --ms-bg:          #f0eff4;
  --ms-bg-section:  #e8e7ed;
  --ms-card:        #ffffff;
  --ms-text:        #1c1c2e;
  --ms-text-mid:    #3d3d55;
  --ms-muted:       #7a7a96;
  --ms-border:      rgba(28, 28, 46, 0.10);
  --ms-border-mid:  rgba(28, 28, 46, 0.18);
  --ms-shadow-sm:   0 1px 4px rgba(0,0,0,0.07);
  --ms-shadow-md:   0 4px 16px rgba(0,0,0,0.10);
  --ms-shadow-lg:   0 8px 32px rgba(0,0,0,0.14);
  --ms-radius:      8px;
  --ms-radius-lg:   14px;
  --ms-radius-xl:   20px;
  --ms-font-head:   'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  --ms-font-body:   'Source Serif 4', Georgia, serif;
  --ms-font-ui:     'Barlow', Arial, sans-serif;
  --ms-transition:  all 0.18s ease;
  --ms-max-width:   1240px;
}
