/* ========================================
   Bangla Font - ShurjoWeb
   Path: /public/fonts/
======================================== */

/* Regular */
@font-face {
    font-family: "ShurjoWeb";
    src: url("/fonts/ShurjoWeb_400.woff2") format("woff2"),
         url("/fonts/ShurjoWeb_400.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: "ShurjoWeb";
    src: url("/fonts/ShurjoWeb_700.woff2") format("woff2"),
         url("/fonts/ShurjoWeb_700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Global font stack */
:root {
    --body-font: "ShurjoWeb", "Noto Sans Bengali", "Hind Siliguri",
                 "SolaimanLipi", system-ui, -apple-system,
                 "Segoe UI", Roboto, Arial, sans-serif;
}

/* Apply everywhere */
html, body {
    font-family: var(--body-font) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

/* Header design */
header {
    border-bottom: 3px solid #80808020 !important;
}
