/*
Theme Name: Teamforce Custom
Theme URI: https://teamforcesport.com
Author: Codex
Description: Custom classic WordPress theme migrated from the approved Teamforce static site.
Version: 1.0.0
Text Domain: teamforce
*/

body,
body *:not(.material-symbols-outlined) {
	font-family: "Libre Caslon Text", Georgia, serif !important;
}

.material-symbols-outlined {
	font-family: "Material Symbols Outlined" !important;
}

.teamforce-product-card-media {
	aspect-ratio: 1 / 1;
	width: 100%;
}

.teamforce-product-card-media > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
