@charset "utf-8";

@font-face {
    font-family: 'gothic';
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
    src: url('/pcms/common/font/gothic/gothica1-regular-webfont.woff2') format('woff2'),
        url('/pcms/common/font/gothic/gothica1-regular-webfont.woff') format('woff');
    /* unicode-range: U+AC00-U+D7A3,U+0030-0039; */
}

@font-face {
    font-family: 'gothic';
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
    src: url('/pcms/common/font/gothic/gothica1-bold-webfont.woff2') format('woff2'),
        url('/pcms/common/font/gothic/gothica1-bold-webfont.woff') format('woff');
    /* unicode-range: U+AC00-U+D7A3,U+0030-0039; */
}

@font-face {
    font-family: 'gothic';
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
    src: url('/pcms/common/font/gothic/gothica1-bold-webfont.woff2') format('woff2'),
        url('/pcms/common/font/gothic/gothica1-bold-webfont.woff') format('woff');
    /* unicode-range: U+AC00-U+D7A3,U+0030-0039; */
}
