@font-face {
    font-family: "Lucida Grande";
    src: url("fonts/Lucida Grande.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lucida Grande";
    src: url("fonts/Lucida Grande Bold.ttf") format("ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("fonts/Myriad Pro.otf") format("otf");
    font-style: normal;
}