/*
Theme Name: hello@ammaraslam.com
Theme URI: https://ammaraslam.com
Author: ammaraslam.com
Author URI: https://ammaraslam.com
Description: A modern and professional WordPress theme developed by ammaraslam.com, designed for unique websites.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ammaraslam.com
Tags: blog, custom-background, custom-colors, custom-logo, flexible-header, custom-menu, custom-code-editing
*/

/* color scheme */
/* DARK Blue #363AFF */
/* Light White #FFFFFF */

body {
  overflow-x: hidden !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
p,
a,
button,
input,
textarea,
select {
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair', serif;
}
