@font-face {
    font-family: 'Planty Sans';
    src: url('../woff2/plantysans-semibold.woff2') format('woff2'),
        url('../woff/plantysans-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Planty Sans';
    src: url('../woff2/plantysans-regular.woff2') format('woff2'),
        url('../woff/plantysans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Planty Sans';
    src: url('../woff2/plantysans-heavy.woff2') format('woff2'),
        url('../woff/plantysans-heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

