/*
Theme Name: Brand Genetics - New version
Theme URI: 
Author: Alexandre Beltramini
Author URI: https://portfolio.alexandrebeltramini.com.br
Description: Tema wordpress personalizado desenvolvido por Alexandre Beltramini
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alexandrebeltramini
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Block Theme */


:root {
  /* Fuscia */
  --fuscia-1: #C638A5;
  --fuscia-2: #D37DBF;
  --fuscia-3: #F4BEE8;

  /* Orange */
  --orange-1: #F46969;
  --orange-2: #F4A6A6;
  --orange-3: #FCCFD0;

  /* Blue */
  --blue-1: #3BAFEA;
  --blue-2: #83CDF2;
  --blue-3: #BBE7F9;

  /* Green */
  --green-1: #8FD376;
  --green-2: #C4EDB2;
  --green-3: #E0F4D7;

  /* Neutral */
  --light-gray: #F2F2F9;
  --white: #FFFFFF;
  --dark-blue: #173D60;

  /* Gradients */
  --gradient-blue: linear-gradient(to right, #173D60 100%, #173D60 0%);
  --gradient-blue-vertical: linear-gradient(to top, #173D60 100%, #173D60 0%);

  /* Font */
  /* Lexend: var(--wp--preset--font-family-lexend) */

}

/* Settings */
.content{
    padding-top: 120px;
    padding-bottom: 120px;
}

.limit{
    max-width: 1155px;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
