/*
Theme Name: Udyojak Business OS
Theme URI: https://www.udyojakk.com/
Author: Udyojak
Author URI: https://www.udyojakk.com/
Description: A secure, login-based business operating system for CRM, clients, projects, billing, finance, marketing, team operations and reminders.
Version: 2.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: udyojak-business-os
License: Proprietary
*/

html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: #f4f7fb;
	color: #142033;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
	color: #ff6a00;
}

.ubos-basic-page {
	max-width: 960px;
	margin: 40px auto;
	padding: 24px;
	background: #fff;
	border-radius: 20px;
}
