/*
Theme Name: Eclantix
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: eclantix
*/


body {
    margin: 0;
    padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

* {
    font-family: 'poppins', sans-serif;
    
}