@font-face {
    font-family: 'CenturyGothic';
    font-style: normal;
    font-weight: 400;
    src: local('CenturyGothic'), local('Century Gothic'), url('../fonts/CenturyGothic.ttf') format('truetype');
}

@font-face {
    font-family: 'CenturyGothic';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/gothicb.ttf') format('truetype');
}

@font-face {
    font-family: 'CenturyGothic';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/GOTHICB0.TTF') format('truetype');
}

@font-face {
    font-family: 'CenturyGothic';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/GOTHICBI.TTF') format('truetype');
}

@font-face {
    font-family: 'CenturyGothic';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/gothici.ttf') format('truetype');
}
