
/*
Theme Name: Modern Theme
Theme URI: http://example.com/
Author: Your Name
Author URI: http://example.com/
Description: A modern, clean WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: modern-theme
*/

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    background-color: #f4f4f4;
}

a {
    color: #f39c12;
}

a:hover {
    color: #e67e22;
}
