/*
Theme Name: Samra
Theme URI: https://Samra.com/
Author: samagenzia
Author URI: https://example.com/
Description: A basic starter theme called Samra.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: samra
*/


body {
 
   margin: 0;
   padding: 0;
    font-family: 'Poppins',  sans-serif !important;
    line-height: 1.6;
    color: var(--text-color-dark);
    text-decoration: none !important;
    overflow-x: hidden !important; /* Prevent horizontal scroll from animations */
    align-content: center;

}


