/*
Theme Name: Aspar Team
Theme URI: https://example.com/aspar-team
Author: TH Digital
Author URI: https://example.com
Description: Tema base para Aspar Team, compatible con Elementor.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: aspar
Tags: custom-theme, elementor, responsive
*/

:root {
  --aspar-color-1: #0f6b5b;
  --aspar-color-2: #f0b429;
  --aspar-color-3: #1b1b1b;
  --aspar-color-4: #5a5a5a;
  --aspar-color-5: #f6f4f0;
  --aspar-body-font: "Poppins", Arial, sans-serif;
  --aspar-heading-font: "Anton", Arial, sans-serif;
  --aspar-display-font: var(--aspar-heading-font);
  --aspar-container-width: 1200px;
}
