@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 100;
    src: url(../../../fonts/typography/public/PublicSans-Thin.ttf) format('truetype');
}

@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 200;
    src: url(../../../fonts/typography/public/PublicSans-ExtraLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(../../../fonts/typography/public/PublicSans-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../../../fonts/typography/public/PublicSans-Regular.ttf) format('truetype');
}

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

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

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

@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 800;
    src: url(../../../fonts/typography/public/PublicSans-ExtraBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 900;
    src: url(../../../fonts/typography/public/PublicSans-Black.ttf) format('truetype');
}