/* Identidade Visual Agile School */

/* Tipografia */
body {
  font-family: 'Inter', sans-serif;
  color: #212121;
  background-color: #ffffff;
}

/* Títulos */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #153C59;
}

/* Links */
a {
  color: #1DA3DD;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Botões */
button, .elementor-button {
  background-color: #1DA3DD;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 12px 24px;
  font-weight: 600;
}
button:hover, .elementor-button:hover {
  background-color: #157EB0;
}

/* Menus */
header nav a {
  color: #153C59;
  font-weight: 500;
  padding: 10px 15px;
}

/* Espaçamentos */
section {
  padding: 60px 20px;
}

/* Container principal */
.container, .elementor-container {
  max-width: 1140px;
  margin: 0 auto;
}
