/* global colours*/

:root {
    --primary-color: #344555;
    --secondary-color: #c39d31;
}

/* fonts files */

@font-face {
    font-family: 'SegoeUI';
    src: url('/wp-content/themes/EGA RAK Main Theme/fonts/woff2/SegoeUI.woff2') format('woff2'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/woff/SegoeUI.woff') format('woff'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/otf/SegoeUI.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-regular-webfont';
    src: url('/wp-content/themes/EGA RAK Main Theme/fonts/woff2/opensans-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/woff/opensans-regular-webfont.woff') format('woff'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/otf/opensans-regular-webfont.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-semibold-webfont';
    src: url('/wp-content/themes/EGA RAK Main Theme/fonts/woff2/opensans-semibold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/woff/opensans-semibold-webfont.woff') format('woff'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/otf/opensans-semibold-webfont.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('/wp-content/themes/EGA RAK Main Theme/fonts/woff2/fontawesome-webfont.woff2') format('woff2'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/woff/fontawesome-webfont.woff') format('woff'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/otf/fontawesome-webfont.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans-bold-webfont';
    src: url('/wp-content/themes/EGA RAK Main Theme/fonts/woff2/opensans-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/woff/opensans-bold-webfont.woff') format('woff'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/otf/opensans-bold-webfont.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Changa_Latin_ext';
    src: url('/wp-content/themes/EGA RAK Main Theme/fonts/woff2/Changa_Latin_ext.woff2') format('woff2'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/woff/Changa_Latin_ext.woff') format('woff'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/otf/Changa_Latin_ext.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Changa_Latin';
    src: url('/wp-content/themes/EGA RAK Main Theme/fonts/woff2/Changa_Latin.woff2') format('woff2'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/woff/Changa_Latin.woff') format('woff'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/otf/Changa_Latin.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Changa';
    src: url('/wp-content/themes/EGA RAK Main Theme/fonts/woff2/Changa.woff2') format('woff2'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/woff/Changa.woff') format('woff'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/otf/Changa.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html{
	font-size:10px;
}

/* global fonts */
body,
h1, h2, h3, h4, h5, h6,
p,label,li,a,span{
	font-family: "Changa_Latin", sans-serif,'OpenSansRegular', 'Helvetica Neue', Helvetica, Arial !important;
	line-height: 1.5;
	margin:0px;
}

html[lang="ar"] body,
html[lang="ar"] h1,html[lang="ar"] h2,
html[lang="ar"] h3,html[lang="ar"] h4,
html[lang="ar"] h5,html[lang="ar"] h6,
html[lang="ar"] p,html[lang="ar"] label,
html[lang="ar"] li,html[lang="ar"] a,
html[lang="ar"] span{
    font-family: "Changa", sans-serif,'OpenSansRegular', 'Helvetica Neue', Helvetica, Arial !important;
}

p,label,span,li,a {
	font-size:1.5rem;
	font-weight: normal;
}

a {
	text-decoration:none;
}

h1 {
	font-size: 3.3rem;
	font-weight: 400;
	color:var(--primary-color);
}

h2 {
	font-size: 3rem;
	font-weight: 400;
	color:var(--primary-color);
}

h3 {
	font-size: 2.4rem;
	font-weight: 400;
	color:var(--primary-color);
}

h4 {
	font-size: 2rem;
	font-weight: 400;
}

h5 {
	font-size: 1.6rem;
	font-weight: 400;
}

h6 {
	font-size: 1.4rem;
	font-weight: 400;
}