@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');



@font-face {
    font-family: 'Avenir';
    src: url(http://psprod.genasystech.com/Fonts/AvenirNextLTPro-Bold.ttf) format('ttf');
}

:root {
    --cFirst: #2F3351;
    --cSecond: #E10054;
    --cThird: #004EAA;
	--cFourth: #547EC1;
    --cFifth: #9FB6D4;
    --cSixth: #00B2B1;
    --cSeventh: #F1B53D;
    --cBackground: #D9DFE7;
    --iBackground: url(https://genasystech.com/wp-content/uploads/2020/08/Concept-Image-2.jpg);
    --fPrimary: Avenir;
    --fSecondary: 'Source Sans Pro';
}