@font-face {
    font-family: "AdobeGaramond";
    src: url('adobe-garamond.ttf') format('truetype');
}

@font-face {
    font-family: "BrandonBold";
    src: url('brandon-bold.otf') format('opentype');
    font-weight:700;
}

@font-face {
    font-family: "BrandonRegular";
    src: url('brandon-regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: "BrandonItalic";
    src: url('brandoon-italic.ttf') format('opentype');
    font-weight: 400;
    font-style: italic;
}