/*
 * GHUSH.NET — SolaimanLipi Webfont
 * Place the font files in: /assets/fonts/
 *
 * Recommended:
 *   SolaimanLipi.woff2
 *   SolaimanLipi.woff
 */

@font-face {
    font-family: "SolaimanLipi";
    src:
        url("../fonts/SolaimanLipi.woff2") format("woff2"),
        url("../fonts/SolaimanLipi.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* Whole GHUSH.NET site */
html,
body,
button,
input,
select,
textarea,
option,
label,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
td,
th,
small,
strong,
em,
blockquote {
    font-family: "SolaimanLipi", "Noto Sans Bengali", sans-serif;
}

/* Keep English/brand text clean where desired */
.logo,
.brand,
.brand-text,
.latin,
code,
pre,
kbd,
samp {
    font-family: Arial, Helvetica, sans-serif;
}

/* Better Bengali readability */
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

input,
select,
textarea,
button {
    font-family: "SolaimanLipi", "Noto Sans Bengali", sans-serif;
}
