/**
 * Copperplate Gothic 32 BC Font Face
 * 
 * This file defines the @font-face rule for the Copperplate Gothic 32 BC font.
 */

@font-face {
    font-family: 'Copperplate Gothic 32 BC';
    src: url('Copperplate Gothic 32 BC/Copperplate Gothic 32 BC.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

