/*
Theme Name: Grafiweb
Theme URI: 
Author: Sócrates C.
Author URI: 
Description: Custom WordPress theme for Grafiweb project, utilizing Bootstrap, custom global styles, and optimized for Gutenberg blocks.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grafiweb
*/

/* 
 * Please do not add styles here.
 * All global styles are enqueued from assets/css/globals.css
 */

 :root {
  --primary-color: #003466;
  --secondary-color: #252424;
  --font-theme: 'Syne', sans-serif;
  --font-theme-two: 'Inter', sans-serif;
 }

 .grafi-container {
    max-width: 1650px !important;
 }

 .entry-content {
   margin: 0 !important;
 }