﻿/* Share Regular */
@font-face {
    font-display: swap;
    font-family: 'Share';
    font-style: normal;
    font-weight: 400;
    src: url('/static/fonts/share/Share-Regular.ttf') format('truetype');
}

/* Share Italic */
@font-face {
    font-display: swap;
    font-family: 'Share';
    font-style: italic;
    font-weight: 400;
    src: url('/static/fonts/share/Share-Italic.ttf') format('truetype');
}

/* Share Bold */
@font-face {
    font-display: swap;
    font-family: 'Share';
    font-style: normal;
    font-weight: 700;
    src: url('/static/fonts/share/Share-Bold.ttf') format('truetype');
}

/* Share BoldItalic */
@font-face {
    font-display: swap;
    font-family: 'Share';
    font-style: italic;
    font-weight: 700;
    src: url('/static/fonts/share/Share-BoldItalic.ttf') format('truetype');
}

.zero-font-share-regular {
    font-family: 'Share', sans-serif !important;
    font-weight: 400;
}

.zero-font-share-italic {
    font-family: 'Share', sans-serif !important;
    font-weight: 400;
    font-style: italic;
}

.zero-font-share-bold {
    font-family: 'Share', sans-serif !important;
    font-weight: 700;
}

.zero-font-share-bold-italic {
    font-family: 'Share', sans-serif !important;
    font-weight: 700;
    font-style: italic;
}