/*
Theme Name: Paraguay Ñorairõ
Author: Guto Moraes
Author URI: https://github.com/guto-moraes
Description: Theme for WordPress developed with Tailwind CSS and ViteJS to be used in the Ñorairõ project.
Version: 1.0.0
Requires at least: 6.8.1
Tested up to: 6.8.1
Requires PHP: 8.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: norairo-py
*/


body {
  font-family: "Space Grotesk", "Inter", sans-serif;
  background-color: #f5f7fa;
}

body.dark {
  background-color: #16161c;
}