/* Regular */
@font-face {
    font-family: 'Noto Sans Regular';
    src: url('/wp-content/uploads/redux/custom-fonts/custom/Noto Sans Regular/NotoSans-Regular.woff2') format('woff2'),
         url('/wp-content/uploads/redux/custom-fonts/custom/Noto Sans Regular/NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

/* Italic */
@font-face {
    font-family: 'Noto Sans Italic';
    src: url('/wp-content/uploads/redux/custom-fonts/custom/Noto Sans Italic/NotoSans-Italic.woff2') format('woff2'),
         url('/wp-content/uploads/redux/custom-fonts/custom/Noto Sans Italic/NotoSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    text-rendering: optimizeLegibility;
}

/* Bold */
@font-face {
    font-family: 'Noto Sans Bold';
    src: url('/wp-content/uploads/redux/custom-fonts/custom/Noto Sans Bold/NotoSans-Bold.woff2') format('woff2'),
         url('/wp-content/uploads/redux/custom-fonts/custom/Noto Sans Bold/NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

/* Bold Italic */
@font-face {
    font-family: 'Noto Sans Bold Italic';
    src: url('/wp-content/uploads/redux/custom-fonts/custom/Noto Sans Bold Italic/NotoSans-BoldItalic.woff2') format('woff2'),
         url('/wp-content/uploads/redux/custom-fonts/custom/Noto Sans Bold Italic/NotoSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    text-rendering: optimizeLegibility;
}
