/*
Theme Name: JoePro
Theme URI: https://example.com/
Author: Kaupfjelag Nærsveitamanna
Description: Portfolio-style WordPress theme for performers and creatives.
Version: 2.0.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: joi
*/

/* Fallback: ensure full theme stylesheet still loads in constrained environments. */
@import url("assets/css/theme.css");

/* Minimal fallback styles in case imported CSS fails to load. */
html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: #060606;
	color: #f3f3f3;
	font-family: "Manrope", sans-serif;
}
