/*
Theme Name: GovEduca
Theme URI: http://example.com/
Author: Rodri
Author URI: http://example.com/
Description: Um tema WordPress moderno e limpo para educação.
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: goveduca
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --primary-color: #141A28;
  --secondary-color: #6c757d;
  --accent-color: #13A538;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.btn-primary {
  background-color: var(--accent-color) !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-7 {
  font-size: 0.875rem !important;
}

.fs-8 {
  font-size: 0.75rem !important;
}

* {
  font-family: 'Inter', sans-serif;
}

body {
  line-height: 1.6;
  color: #333;
}