/*
Theme Name: ARS NOVA
Theme URI: https://www.arsnova.example
Author: ARS NOVA Theme Generator
Author URI: https://www.arsnova.example
Description: Custom WordPress theme based on ARS NOVA homepage content.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arsnova
Tags: custom, responsive, tailwindcss, google-fonts, fontawesome
*/

body {
    font-family: 'Inter', sans-serif;
    background-color: #f0f0f0; /* Light gray background for testing */
}

a {
    color: blue; /* Blue links for testing */
    transition: all 0.3s ease;
}