/*
Theme Name: ARAF - Empowering Modern Growth
Theme URI: https://arafimpex.com
Author: ARAF Impex Farming & Technical Services
Author URI: https://arafimpex.com
Description: Official corporate WordPress theme for ARAF Impex Farming & Technical Services — European & Global Business Setup, Agriculture, Construction, Packaging, Sports Trading & Commodity Deals. Features dynamic Business Sectors, Leadership Directory, Sister Concern Companies, an interactive European Incorporation Planner, and a working Inquiry form.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: araf
Tags: custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Minimal base resets — the bulk of the design lives in assets/css/tailwind.css */

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: -webkit-fill-available;
	display: block;
}

button {
	cursor: pointer;
}

:focus-visible {
	outline: 2px solid #224829;
	outline-offset: 2px;
}
