@font-face {
   font-family: 'vic';
      src: url('vic-regular-webfont.woff2') format('woff2'),
           url('vic-regular-webfont.woff') format('woff'),
           url('VIC-Regular.ttf') format('truetype');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'vic';
      src: url('vic-medium-webfont.woff2') format('woff2'),
           url('vic-medium-webfont.woff') format('woff'),
           url('VIC-Medium.ttf') format('truetype');
   font-weight: 500;
   font-style: normal;
}

@font-face {
   font-family: 'vic';
      src: url('vic-bold-webfont.woff2') format('woff2'),
           url('vic-bold-webfont.woff') format('woff'),
           url('VIC-Bold.ttf') format('truetype');
   font-weight: 700;
   font-style: normal;
}
