/*
 Theme Name:   Bricklanenews.com Child Theme
 Theme URI:    https://bricklanenews.com/
 Description:  A premium custom child theme for GermanAwamileague.org
 Author:       Ahmed Towfiq 
 Author URI:   https://bricklanenews.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  bricklane-child
*/

/* Custom CSS শুরু হবে এখান থেকে */
     
      /* ১. গ্লোবাল সেটিংস (SolaimanLipi) */
@font-face {
    font-family: 'SolaimanLipi';
    src: url('fonts/SolaimanLipi-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} /* এখানে কোনো সেমিকোলন হবে না */

:root {
    --red: #B22222;
    --primary-color: #B22222;
    --accent-navy: #001F3F;
    --accent-red: #E31837;
    --light-bg: #F8F9FA;
    --white: #ffffff;
    --text-main: #333333;
}

/* পুরো সাইটে ফন্ট সেট করার গ্লোবাল রুল */
body, h1, h2, h3, h4, h5, h6, p, a, span, li, div, button, input, textarea, strong, select {
    font-family: 'SolaimanLipi', sans-serif !important;
}

body { 
    padding-top: 120px !important;
    margin: 0; 
}

@media (max-width: 1024px) {
    body { 
        padding-top: 80px !important;
    }
}

