﻿

@font-face {
    font-family: 'Sans';
    src: url('/fonts/Yekan.eot') format('eot'),
         url('/fonts/Yekan.woff') format('woff'),
        url('/fonts/Yekan.ttf') format('truetype');
      
}
/*@font-face {
    font-family: 'OperatorLightRegular';
    src: url('/fonts/operator-light-webfont.eot');
    src: url('/fonts/operator-light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/operator-light-webfont.woff') format('woff'), url('/fonts/operator-light-webfont.ttf') format('truetype'), url('/fonts/operator-light-webfont.svg#OperatorLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

html,body,h1,h2,h3,h4,h5,h6,p,div,ul,li,select,input,textarea,header,section,article,aside,span,table,tr,td,th,label,* {
font-family:'Sans',Calibri,sans-serif,Arial  !important;
}
::selection {
background-color:rgba(72, 0, 255,0.5);
}
::-moz-selection {
background-color:rgba(72, 0, 255,0.5);
}
.Green-Text {
color:#b7ffb7;
}
.Red-Text {
color:#ff7f7f;
}
.Orange-Text {
color:#ffd800;
}