@font-face {
    font-family: 'Cambria Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Cambria-Regular'), url('../fonts/Cambria.ttf') format('truetype');
}
@font-face {
    font-family: 'Cambria Bold';
    font-style: normal;
    font-weight: bold;
    src: local('Cambria-Bold'), url('../fonts/cambriab.ttf') format('truetype');
}