/*
Theme Name: Fathima RBUF
Text Domain: fathimarbuf
Version: 1.0
*/

/* =========================
   FONTS
========================= */

@font-face {
    font-family: 'interstate';
    src: url('assets/fonts/interstate-light-webfont.woff2') format('woff2'),
         url('assets/fonts/interstate-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'interstate';
    src: url('assets/fonts/interstate-lightitalic-webfont.woff2') format('woff2'),
         url('assets/fonts/interstate-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'interstate';
    src: url('assets/fonts/interstate-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/interstate-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'interstate';
    src: url('assets/fonts/interstate-bolditalic-webfont.woff2') format('woff2'),
         url('assets/fonts/interstate-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


/* CONDENSED */

@font-face {
    font-family: 'interstate condensed';
    src: url('assets/fonts/interstate-lightcondensed-webfont.woff2') format('woff2'),
         url('assets/fonts/interstate-lightcondensed-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'interstate condensed';
    src: url('assets/fonts/interstate-boldcondensed-webfont.woff2') format('woff2'),
         url('assets/fonts/interstate-boldcondensed-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'interstate condensed';
    src: url('assets/fonts/interstate-boldconditalic-webfont.woff2') format('woff2'),
         url('assets/fonts/interstate-boldconditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


/* =========================
   APPLY FONTS
========================= */

body {
    font-family: 'interstate', Arial, sans-serif;

}

p, a, ul, li {
    font-family: 'interstate', Arial, sans-serif !important;

}

.site-header__nav ul li a {
	font-weight:900;
}

.subheading {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'interstate condensed', Arial, sans-serif;
	font-weight: 600 !important;
}

.ingress {
    font-family: 'interstate condensed', Arial, sans-serif;
	
}

.btn {
	font-weight: 900;
    font-size: 1em;
}