/* Merriweather */
@font-face { 
    font-family: Merriweather; 
    src: url(../fonts/Merriweather-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face { 
    font-family: Merriweather; 
    src: url(../fonts/Merriweather-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: 300;
}
/* Caveat */
@font-face { 
    font-family: Caveat; 
    src: url(../fonts/Caveat-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face { 
    font-family: Caveat; 
    src: url(../fonts/Caveat-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face { 
    font-family: Caveat; 
    src: url(../fonts/Caveat-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face { 
    font-family: Caveat; 
    src: url(../fonts/Caveat-SemiBold.ttf) format("truetype");
    font-style: normal;
    font-weight: 600;
}
/* Agenda */
@font-face { 
    font-family: Agenda; 
    src: url(../fonts/Agenda-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face { 
    font-family: Agenda; 
    src: url(../fonts/Agenda-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face { 
    font-family: Agenda; 
    src: url(../fonts/Agenda-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face { 
    font-family: Agenda; 
    src: url(../fonts/Agenda-Semibold.ttf) format("truetype");
    font-style: normal;
    font-weight: 600;
}
@font-face { 
    font-family: Agenda; 
    src: url(../fonts/Agenda-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: 300;
}