﻿@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/gothic.ttf');
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/gothicb.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/gothici.ttf');
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/gothicbi.ttf');
    font-weight: bold;
    font-style: italic;
}