/*
Theme Name: KeywordsResearch SaaS
Theme URI: https://keywordsresearch.org/
Author: KeywordsResearch.org
Author URI: https://keywordsresearch.org/
Description: Lightweight companion theme for the KeywordsResearch App plugin. The plugin renders the keyword tool, authentication and dashboard; this theme styles the surrounding content and blog with the same restrained SaaS look. No sidebars, no widget clutter.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.6
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: keywordsresearch-saas
Tags: blog, one-column, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-width-template, threaded-comments, translation-ready
*/

/*
 * Presentation lives in assets/css/theme.css, which is enqueued from
 * functions.php. This file carries the theme header, which WordPress requires
 * here and nowhere else, plus the small reset the header/footer chrome needs
 * before the main stylesheet loads.
 */

:root {
	--krt-accent: #1f6feb;
	--krt-ink: #16202e;
	--krt-ink-soft: #55637a;
	--krt-line: #e2e6ee;
	--krt-surface: #ffffff;
	--krt-canvas: #f6f8fb;
	--krt-maxwidth: 760px;
	--krt-radius: 10px;
}

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
}
