/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			we_universal
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		nextgen ( https://nextgen.gt/ )
    --------------------------------------------------------------
*/

@import url("common.css?hash=a9741ba1");
@import url("content.css?hash=56f9e623");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=b64464fb");
@import url("responsive.css?hash=87b53e08");
@import url("we_universal.css");
/* =========================
   VAZIRMATN FONT SETUP
========================= */

@font-face {
    font-family: 'Vazirmatn';
    src: url('./fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('./fonts/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('./fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


/* =========================
   GLOBAL FONT
========================= */

html,
body,
input,
textarea,
select,
button,
p,
span,
div,
li,
td,
th,
dd {
    font-family: 'Vazirmatn', sans-serif !important;
    font-weight: 400;
}


/* =========================
   TITLES & HEADINGS
========================= */

h1,
h2,
h3,
h4,
h5,
h6,
.forumtitle,
.topictitle,
.username-coloured,
.navbar a,
.headerbar a,
.topiclist .header,
.stat-block h3 {
    font-family: 'Vazirmatn', sans-serif !important;
    font-weight: 700 !important;
}


/* =========================
   FORUM DESCRIPTIONS
========================= */

.list-inner,
.list-inner span,
.list-inner div,
.forum-description,
.topiclist dd,
.content,
.postbody {
    font-weight: 400 !important;
    line-height: 1.9;
}


/* =========================
   BETTER PERSIAN SPACING
========================= */

body {
    letter-spacing: -0.1px;
    word-spacing: 0.5px;
    text-rendering: optimizeLegibility;
}


/* =========================
   LINKS
========================= */

a {
    font-weight: 500;
    text-decoration: none;
}


/* =========================
   FIX FONT AWESOME ICONS
========================= */

.fa,
.icon,
i {
    font-family: "FontAwesome" !important;
}