/* Font Face Declarations for PublicSite */

/* Supreme Font Family */
@font-face {
    font-family: 'Supreme';
    src: url('../font/Supreme-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Supreme';
    src: url('../font/Supreme-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Supreme';
    src: url('../font/Supreme-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

/* Public Sans Font Family */
@font-face {
    font-family: 'Public Sans';
    src: url('../font/PublicSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

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

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

