/*!
Theme Name: Central de Marketing
Theme URI: https://kauanebegessi.com
Description: Landing page profissional para venda da Central de Marketing
Version: 1.0.0
Author: Kauane Begessi
Author URI: https://kauanebegessi.com
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: central-marketing
Domain Path: /languages

This theme is a professional landing page for selling the Central de Marketing product.
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: 'Inter', sans-serif;
  color: #000;
  background-color: #F8F8F8;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

a {
  color: #326A61;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #1f4038;
}

button {
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}
