/*
Theme Name: MH TELECOM BD
Theme URI: http://mhtelecombd.com
Author: Sabbir
Description: Custom E-commerce theme for MH TELECOM BD.
Version: 1.0
Text Domain: mhtelecombd
*/

/* ==================================================
   Global Styles & Reset
   ================================================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #0B081D; /* Main Dark Background */
    color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}