@font-face {
 font-family:       'Century';
 src:               url('../fonts/Century.ttf') format('truetype');
}
@font-face {
 font-family:       'Daniel';
 src:               local('Daniel Regular'),
                    local('Daniel-Regular'),
                    url('../fonts/daniel.ttf') format('truetype');
}

@font-face {
 font-family:       'Daniel';
 src:               local('Daniel Bold'),
                    local('Daniel-Bold'),
                    url('../fonts/danielbd.ttf') format('truetype');
 font-weight:       bold;
}

@font-face {
 font-family:       'Daniel Black';
 src:               local('Daniel Black Regular'),
                    local('DanielBlack-Regular'),
                    url('../fonts/danielbk.ttf') format('truetype');
}

