/*
Theme Name: Fugamma
Theme URI: https://fugamma.com
Author: Fugamma, LLC
Author URI: https://fugamma.com
Description: Custom standalone theme for Fugamma — splash homepage and the forthcoming client portal. No page builder, Classic Editor friendly, ACF Pro ready.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fugamma
*/

/* ----------------------------------------------------------------------------
   Base / reset. Page-specific styling lives in assets/css/*.css and is
   enqueued conditionally from functions.php.
   ------------------------------------------------------------------------- */
:root {
  --brand-blue: #00AEEF;
  --brand-accent: #75EAF9;
  --ink: #54595F;
  --text: #7A7A7A;
  --white: #ffffff;
  --black: #000000;
}

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

html, body { margin: 0; padding: 0; min-height: 100%; }

body {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: var(--brand-blue); }

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