@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Black.woff2') format('woff2'),
        url('Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Bold.woff2') format('woff2'),
        url('Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Medium.woff2') format('woff2'),
        url('Gilroy-Medium.woff') format('woff');
    font-weight: normal;
    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') 
}

