
/*
    font-family:'Raleway';
    
    Thin 100
    ExtraLight 200 
    Light 300
    Regular 400 
    Medium 500 
    SemiBold 600 
    Bold 700  
    ExtraBold 800
    Black 900
    All italics

    font-family: 'GFS Didot';
    Regular 400
*/

    @font-face {
    font-family: 'icomoon';
    src:url("icomoon.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
    font-display: block;
    }

    @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: normal;
    src:url("Raleway-Regular.ttf") format("truetype");
    }
    @font-face {
    font-family: 'Raleway Medium';
    font-style: normal;
    font-weight: normal;
    src:url("Ralewayortaa-Medium.ttf") format("truetype");
    }
    @font-face {
    font-family: 'Raleway Light';
    font-style: normal;
    font-weight: normal;
    src:url("Raleway-Light.ttf") format("truetype");
    }
    @font-face {
    font-family: 'Raleway Bold';
    font-style: normal;
    font-weight: normal;
    src:url("Raleway-Bold.ttf") format("truetype");
    }


    @font-face {
    font-family: 'GFS Didot';
    font-style: normal;
    font-weight: normal;
    src:url("GFSDidot-Regular.ttf") format("truetype");
    }