/*
Theme Name: Paradigma
Theme URI: https://paradigma.web.id
Author: LP3H Yayasan Paradigma
Author URI: https://paradigma.web.id
Description: Theme resmi LP3H Yayasan Paradigma - tampilan clean putih/oranye/hitam, mobile-app style (max-width 450px), font Plus Jakarta Sans, dibangun dengan Tailwind CSS, PHP 8, SEO & PWA ready.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paradigma
Tags: custom-menu, custom-logo, translation-ready, one-column

Paradigma is a lightweight custom WordPress theme built for LP3H Yayasan
Paradigma. Actual visual styling is compiled with Tailwind CSS and loaded
from assets/css/style-built.css (see functions.php). This file only carries
the required WordPress theme header plus a couple of safe fallback rules.
*/

body {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}
