/* ponytail: only weights used in admin UI */
@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(PublicSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(PublicSans-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(PublicSans-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(PublicSans-Bold.ttf) format('truetype');
}
