@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/static/font/OpenSans/woff2/OpenSans-Light.woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('/static/font/OpenSans/woff2/OpenSans-LightItalic.woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/static/font/OpenSans/woff2/OpenSans-Regular.woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/static/font/OpenSans/woff2/OpenSans-Italic.woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/static/font/OpenSans/woff2/OpenSans-SemiBold.woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('/static/font/OpenSans/woff2/OpenSans-SemiBoldItalic.woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/static/font/OpenSans/woff2/OpenSans-Bold.woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('/static/font/OpenSans/woff2/OpenSans-BoldItalic.woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/static/font/OpenSans/woff2/OpenSans-ExtraBold.woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url('/static/font/OpenSans/woff2/OpenSans-BoldItalic.woff2');
}