@font-face {
    font-family: 'Century Gothic Web';
    src: url('/fonts/GOTHIC.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic Web';
    src: url('/fonts/GOTHICB.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic Web';
    src: url('/fonts/GOTHICI.TTF') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic Web';
    src: url('/fonts/GOTHICBI.TTF') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Fonte oficial do gorgonoid.com */
:root {
    --gorgo-font: 'Century Gothic Web', 'Century Gothic', Arial, sans-serif;
}

html,
body {
    font-family: var(--gorgo-font);
}

button,
input,
textarea,
select,
option {
    font-family: inherit;
}