/* Cinzel-400  */
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Cinzel/Cinzel-Regular.ttf')
}

/* Ubuntu regular */
@font-face {
    font-family: 'Open-Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf')
}

/* Ubuntu bold */
@font-face {
    font-family: 'Open-Sans-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Open_Sans/OpenSans-Bold.ttf')
}
