@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d6d1338b");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=c9d32cba");

/* DAWAHWIKI PHPBB INTER FONT BEGIN */
html,
body,
.wrap,
.page-body,
.page-footer,
.headerbar,
.site-description,
.navbar,
.panel,
.post,
.postbody,
.content,
.signature,
.forabg,
.forumbg,
.topiclist,
dd,
dt,
li,
p,
a,
h1,
h2,
h3,
h4,
h5,
input,
button,
select,
textarea {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body {
	font-weight: 500;
}

h1,
h2,
h3,
.site-description h1,
.forum-title,
.topic-title {
	font-weight: 800;
	letter-spacing: -0.025em;
}
/* DAWAHWIKI PHPBB INTER FONT END */

