@charset "utf-8";
:root {
  --purple: #993366;
  --orange: #C85028;
  --grey: #767676;
  --white: #FFFFFF;
 --blue: #2b3c60;
}

/* 01.Generic */
body {
    width: 100%;
    height: 100%;
    color: #000;
    background: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 1.182em;
}
 @font-face {
    font-family: "OmnesMedium";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/omnesmedium-roman-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/omnesmedium-roman-webfont.woff") format("woff"), url("/fonts/omnesmedium-roman-webfont.ttf") format("truetype"), url("/fonts/omnesmedium-roman-webfont.svg#OmnesMedium") format("svg");
 	font-weight: normal;
 	font-style: normal;
}

@font-face {
    font-family: 'OmnesRegular';
    src: url("/fonts/omnesregular-roman-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/omnesregular-roman-webfont.woff") format("woff"), url("/fonts/OmnesRegular-Roman.ttf") format("truetype"), url("/fonts/OmnesRegular-Roman.svg#OmnesRegular") format("svg");
    font-weight: normal;
    font-style: normal;

}

/* 01.Generic Colours */
.white {color:#ffffff}
.orange {color:#C85028 !important;}
.purple {color:#993366 !important;}
.grey {color:#767676 !important;}
.light-grey {color:#DFDFDF !important;}

