@font-face {
    font-family: "Apple Garamond";
    src: url("AppleGaramond.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Apple Garamond Bold";
    src: url("AppleGaramond-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Apple Garamond Bold Italic";
    src: url("AppleGaramond-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Apple Garamond Italic";
    src: url("AppleGaramond-Italic.ttf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Apple Garamond Light";
    src: url("AppleGaramond-Light.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Apple Garamond Light Italic";
    src: url("AppleGaramond-LightItalic.ttf");
    font-weight: 400;
    font-style: italic;
}
