/*
Theme Name: Afoomart Theme
Theme URI: https://afoomart.com/
Author: Antigravity
Author URI: https://afoomart.com/
Description: A premium, highly responsive WooCommerce WordPress theme featuring a Jumia-inspired layout styled with Afoomart's Navy Blue and Vibrant Red branding.
Version: 1.0.0
License: GNU GPLv2 or later
Text Domain: aformate
Tags: e-commerce, two-columns, custom-menu, translation-ready, grid-layout
*/

/* Reset & WP Core Classes */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	font-family: 'Inter', sans-serif;
	background-color: #f5f5f5;
	color: #282828;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

/* WordPress Alignment Classes */
.alignleft {
	float: left;
	margin: 0.5em 1.5em 0.5em 0;
}
.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1.5em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
