/*
Theme Name: Personal WordPress Theme
Theme URI: https://yourwebsite.com/
Author: Your Name
Author URI: https://yourwebsite.com/
Description: A custom theme for WordPress speed optimization and maintenance services.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: personal-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Poppins:wght@600;700&display=swap');

body {
  font-family: 'Inter', sans-serif;
  color: #1F1F47;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}
