/*
Theme Name: 2R
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Pixagram
Author URI: https://pixagram.mx/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
    font-family: 'Adineue Pro';
    src: url('fonts/adineue-pro/bold/adineue-pro-bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/adineue-pro/bold/adineue-pro-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/adineue-pro/bold/adineue-pro-bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/adineue-pro/bold/adineue-pro-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/adineue-pro/bold/adineue-pro-bold.svg#svgAdineue Pro') format('svg'); /* Legacy iOS */
         font-weight: bold;
}
@font-face {
    font-family: 'Adineue Pro';
    src: url('fonts/adineue-pro/black/adineue-pro-black.eot'); /* IE9 Compat Modes */
    src: url('fonts/adineue-pro/black/adineue-pro-black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/adineue-pro/black/adineue-pro-black.woff') format('woff'), /* Modern Browsers */
         url('fonts/adineue-pro/black/adineue-pro-black.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/adineue-pro/black/adineue-pro-black.svg#svgAdineue Pro') format('svg'); /* Legacy iOS */
         font-weight: 900;
}