/* Century Gothic Font Family - Complete Set */

/* Century Gothic Thin */
@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanThin.ttf') format('truetype');
}

@font-face {
    font-family: 'Century Gothic';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanThinItalic.ttf') format('truetype');
}

/* Century Gothic Light */
@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Century Gothic';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanLightItalic.ttf') format('truetype');
}

/* Century Gothic Regular */
@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'Century Gothic';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanItalic.ttf') format('truetype');
}

/* Century Gothic Semi Bold */
@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanSemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Century Gothic';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanSemiBoldItalic.ttf') format('truetype');
}

/* Century Gothic Bold */
@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Century Gothic';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanBoldItalic.ttf') format('truetype');
}

/* Century Gothic Extra Bold */
@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Century Gothic';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanExtraBoldItalic.ttf') format('truetype');
}

/* Century Gothic Black */
@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanBlack.ttf') format('truetype');
}

@font-face {
    font-family: 'Century Gothic';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanBlackItalic.ttf') format('truetype');
}

/* Fallback fonts for compatibility */
@font-face {
    font-family: 'CenturyGothic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'CenturyGothic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('CenturyGothicPaneuropeanBold.ttf') format('truetype');
}
