@font-face {
    font-family: Cinzel-Regular;
    src: url(Cinzel-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Cinzel-SemiBold;
    src: url(Cinzel-SemiBold.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Cinzel-Medium;
    src: url(Cinzel-Medium.ttf);
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Cinzel-Black;
    src: url(Cinzel-Black.ttf);
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: Cinzel-Bold;
    src: url(Cinzel-Bold.ttf);
}