@charset "utf-8";

@font-face {
    font-family: 'PT-Astra-Sans';
    src:
            url('./pt-astra-sans_regular.woff2') format('woff2'),
            url('./pt-astra-sans_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'PT-Astra-Sans';
    src:
            url('./pt-astra-sans_italic.woff2') format('woff2'),
            url('./pt-astra-sans_italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT-Astra-Sans';
    src:
            url('./pt-astra-sans_bold.woff2') format('woff2'),
            url('./pt-astra-sans_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
