/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			BlackBoard
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		FanFanlaTuFlippe ( https://www.phpbb.com/customise/db/author/fanfanlatuflippe/contributions )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=1dd35f70");
@import url("base.css?hash=b7bc48a3");
@import url("utilities.css?hash=3a3f5cdb");
@import url("common.css?hash=4cd0879d");
@import url("links.css?hash=1d3f8c83");
@import url("content.css?hash=1eb34b9c");
@import url("buttons.css?hash=9696226a");
@import url("cp.css?hash=8964c44e");
@import url("forms.css?hash=9839737d");
@import url("icons.css?hash=7c9202d6");
@import url("colours.css?hash=05a3c001");
@import url("responsive.css?hash=32cf2e6b");

@font-face {
    font-family: 'IRAN SANS';
    src: url('fonts/IRAN SANS.woff2') format('woff2'),
         url('fonts/IRAN SANS.woff') format('woff'),
         url('fonts/IRAN SANS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, input, select, textarea, button,
h1, h2, h3, h4, h5, h6,
p, span, a, li, div, label, strong, em {
    font-family: 'IRAN SANS', sans-serif !important;
}