/**
Theme Name: All Out Cricket
Author: Brand New Notebook
Author URI: https://brandnewnotebook.co.uk
Description: Child Theme For All Out Cricket
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: all-out-cricket
Template: astra
*/





h1, h2, h3, h4, h5, h6 {
	font-family: "rig-sans", sans-serif;
font-weight: 800;
font-style: normal;

}

p, li, ul, ol {
	font-family: "rig-sans", sans-serif;
font-style: normal;
}

		

}










/* Card & thumbnail styling */



/*Featured image sizing */

.card-image {
height:100%;
    width:100%;

}

.card-image img {
   min-height:265px !important;
   height:100% !important;
width:100%;
    object-fit:cover;
}


@media (max-width:768px) { .card-image {
height:100%;
    width:100%;

}

.card-image {
   min-height:220px !important;
   height:100% !important;
width:100%;
    object-fit:cover;
}

}

.reading-time-display {font-family:rig-sans !important;}


