/* ------------------------ */
/* ----  Arial Rounded ---- */
/* ------------------------ */

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

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

/* ------------------------ */
/* ----     Avenir     ---- */
/* ------------------------ */

@font-face {
    font-family: "Avenir";
    src: url("/fonts/Avenir-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("/fonts/Avenir-LightOblique.ttf") format("truetype");
    font-weight: 300;
    font-style: oblique;
}

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

@font-face {
    font-family: "Avenir";
    src: url("/fonts/Avenir-Oblique.ttf") format("truetype");
    font-weight: normal;
    font-style: oblique;
}

@font-face {
    font-family: "Avenir";
    src: url("/fonts/Avenir-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("/fonts/Avenir-MediumOblique.ttf") format("truetype");
    font-weight: 500;
    font-style: oblique;
}

@font-face {
    font-family: "Avenir";
    src: url("/fonts/Avenir-Heavy.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("/fonts/Avenir-HeavyOblique.ttf") format("truetype");
    font-weight: bold;
    font-style: oblique;
}

@font-face {
    font-family: "Avenir";
    src: url("/fonts/Avenir-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("/fonts/Avenir-BlackOblique.ttf") format("truetype");
    font-weight: 900;
    font-style: oblique;
}



/* ------------------------ */
/* ----    BrownTT     ---- */
/* ------------------------ */

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

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



/* -------------------------- */
/* ---- GenesisCare Sans ---- */
/* -------------------------- */

@font-face {
    font-family: "GenesisCare Sans";
    src: url("/fonts/GenesisCareSans-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "GenesisCare Sans";
    src: url("/fonts/GenesisCareSans-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GenesisCare Sans";
    src: url("/fonts/GenesisCareSans-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "GenesisCare Sans";
    src: url("/fonts/GenesisCareSans-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "GenesisCare Sans";
    src: url("/fonts/GenesisCareSans-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}



/* ------------------------ */
/* ----   Myriad Pro   ---- */
/* ------------------------ */

@font-face {
    font-family: "Myriad Pro";
    src: url("/fonts/MyriadPro-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("/fonts/MyriadPro-LightIt.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("/fonts/MyriadPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("/fonts/MyriadPro-It.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

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

@font-face {
    font-family: "Myriad Pro";
    src: url("/fonts/MyriadPro-BoldIt.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("/fonts/MyriadPro-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("/fonts/MyriadPro-BlackIt.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}
