/*
    Theme Name: Papr Child
    Theme URI: http://axilthemes.com/themes/papr
    Template: papr
    Description: Papr is a premium and trendy News, Magazine and Blog WordPress Theme with super flexible and fully responsive design.
    Author: Axilthemes
    Author URI: http://axilthemes.com
    Version: 1.0.1
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: papr
    Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
    This theme, like WordPress, is licensed under the GPL.
*/

@font-face {
	font-family: 'Dubai';
	src: url('https://alifbey.tech/wp-content/themes/papr-child/webfonts/DubaiW23-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6, p, a, span, ul, table, div{
	font-family: "Dubai" !important; 
}

@-webkit-keyframes color-change {
	0% { color: inherit; }
	50% { color: red; }
	100% { color: white; }
}
@-moz-keyframes color-change {
	0% { color: inherit; }
	50% { color: red; }
	100% { color: white; }
}
@-ms-keyframes color-change {
	0% { color: inherit; }
	50% { color: red; }
	100% { color: white; }
}
@-o-keyframes color-change {
	0% { color: inherit; }
	50% { color: red; }
	100% { color: white; }
}
@keyframes color-change {
	0% { color: inherit; }
	50% { color: red; }
	100% { color: white; }
}

.flashing-red-color {
	-webkit-animation: color-change 2s infinite;
	-moz-animation: color-change 2s infinite;
	-o-animation: color-change 2s infinite;
	-ms-animation: color-change 2s infinite;
	animation: color-change 2s infinite;
}