@font-face {
    font-family: 'Titillium Web';
    src: url('TitilliumWeb-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('TitilliumWeb-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face { 
    font-family:'aaaaregular';
    src:url('vtws-webfont.eot');
    src:url('vtws-webfont.eot?#iefix') format('embedded-opentype'), 
    url('vtws-webfont.woff') format('woff'), 
    url('vtws-webfont.ttf') format('truetype'), 
    url('vtws-webfont.svg#aaaaregular') format('svg') 
}