@font-face {
    font-family: 'Gotham Rounded';
    src: url('/font/GothamRounded-Bold.woff2') format('woff2'),
         url('/font/GothamRounded-Bold.woff') format('woff'),
         url('/font/GothamRounded-Bold.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

.wcp {
    font-family: 'Gotham Rounded', sans-serif;
    font-weight: 900;
    font-style: italic;
    color: #030081 !important; /* Dark blue */
}

.svg_image_text {
    fill: #030081; /* Dark blue */
}