@font-face {
    font-family: 'OpenSans';
    src: url('/wp-content/themes/pro/fonts/OpenSans-Light.woff2') format('woff2'),
        url('/wp-content/themes/pro/fonts/OpenSans-Light.woff') format('woff'),
        url('/wp-content/themes/pro/fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/wp-content/themes/pro/fonts/OpenSans-Regular.woff2') format('woff2'),
        url('/wp-content/themes/pro/fonts/OpenSans-Regular.woff') format('woff'),
        url('/wp-content/themes/pro/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/wp-content/themes/pro/fonts/OpenSans-Medium.woff2') format('woff2'),
        url('/wp-content/themes/pro/fonts/OpenSans-Medium.woff') format('woff'),
        url('/wp-content/themes/pro/fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/wp-content/themes/pro/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('/wp-content/themes/pro/fonts/OpenSans-Bold.woff') format('woff'),
        url('/wp-content/themes/pro/fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}