
@font-face {
    font-family: 'raleway-ingauno';
    font-weight: normal;
    font-style: normal;
    /*src: url('Raleway-Regular.ttf') format('truetype');*/
    src: url('Raleway-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'raleway-ingauno';
    font-weight: normal;
    font-style: italic;
    /*src: url('Raleway-Italic.ttf') format('truetype');*/
    src: url('Raleway-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'raleway-ingauno';
    font-weight: bold;
    font-style: normal;
    src: url('Raleway-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'raleway-ingauno';
    font-weight: bold;
    font-style: italic;
    src: url('Raleway-BoldItalic.ttf') format('truetype');
}