/*
Theme Name: Airtel AU Merged
Description: Custom theme for the merged airtel.au site (broadband + mobile/travel SIM). Built to the Figma "WooCommerce Website Overhaul" design.
Version: 1.0.0
Author: Airtel
Text Domain: airtel-merged
Requires Plugins: woocommerce, elementor
*/

/* Full-bleed section backgrounds (100vw negative-margin trick) rely on this to avoid
   triggering a horizontal scrollbar from scrollbar-width being counted in 100vw. */
body {
	overflow-x: hidden;
}

:root {
	--airtel-primary: #E81D25;
	--airtel-primary-hover: #F3776E;
	--airtel-dark-grey: #58585A;
	--airtel-light-grey: #D1D2D4;
	--airtel-text: #232323;
	--airtel-white: #FFFFFF;
	--airtel-font: 'Outfit', sans-serif;
	--airtel-font-accent: 'Rubik', sans-serif;
}

body {
	font-family: var(--airtel-font);
	color: var(--airtel-text);
}

a {
	color: var(--airtel-primary);
}
