/*
Theme Name: odm_lp
Theme URI: http://example.com/
Author: Your Name
Author URI: http://example.com/
Description: Custom theme for odm_lp
Version: 1.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: odm_lp-wp
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, theme-options
*/
:root {
  --color-primary: #1a73e8;
  --color-surface: #ffffff;
  --color-text: #0f172a;
}
body {
  margin: 0;
  color: var(--color-text);
  background: var(--color-surface);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}