﻿@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('fonts/Adobe Garamond Pro Regular.ttf') format('truetype'),
        url("fonts/AGaramondPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'Adobe Garamond Pro Bold';
    src: url('fonts/Adobe Garamond Pro Bold.ttf') format('truetype'),
        url("fonts/AGaramondPro-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Myriad Pro bold';
    src: url('fonts/Myriad Pro Bold.ttf') format('truetype'),
        url("fonts/MyriadPro-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Myriad Pro semibold';
    src: url("fonts/MyriadPro-Semibold.otf") format("opentype");
}

@font-face {
    font-family: 'Myriad Pro';
    src: url("fonts/MyriadPro-Regular.otf") format("opentype");
}





@font-face {
    font-family: 'vagBold';
    src: url('fonts/vagroundedstd-bold.eot');
    src: url('fonts/vagroundedstd-bold.eot?#iefix') format('embedded-opentype'),         
         url('fonts/vagroundedstd-bold.woff') format('woff'),
         url('fonts/vagroundedstd-bold.ttf') format('truetype'),
         url('fonts/vagroundedstd-bold.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'vag';
    src: url('fonts/vagroundedstd-light.eot');
    src: url('fonts/vagroundedstd-light.eot?#iefix') format('embedded-opentype'),         
         url('fonts/vagroundedstd-light.woff') format('woff'),
         url('fonts/vagroundedstd-light.ttf') format('truetype'),
         url('fonts/vagroundedstd-light.svg#montserratblack') format('svg');
    font-weight: normal;
    font-style: normal;
}


