@font-face {
    font-family: 'Bitter';
    src: url('Bitter-Bold.woff2') format('woff2');
    font-display: swap;                 /* first paint policy */
    font-weight: 700;
    font-style: normal;
    line-gap-override: normal;          /* stabilise line height */
}
@font-face {
    font-family: 'Bitter';
    src: url('Bitter-Italic.woff2') format('woff2');
    font-display: swap;                 /* first paint policy */
    font-weight: 400;
    font-style: normal;
    line-gap-override: normal;          /* stabilise line height */
}
@font-face {
    font-family: 'Bitter';
    src: url('Bitter-Regular.woff2') format('woff2');
    font-display: swap;                 /* first paint policy */
    font-weight: 400;
    font-style: normal;
    line-gap-override: normal;          /* stabilise line height */
}
