/*!
Theme Name: Mallorca Renovation
Theme URI: https://mallorcarenovation.com
Author: Ihor Molchanov
Author URI: mailto:ihormolchanovwork@gmail.com
Description: Block theme for Mallorca Renovation. Forked from the network template; the Tailwind colour token names are inherited and deliberately lie - `blue` is the primary teal, `green`/`orange`/`accent` are all the one terracotta action colour. See RESKIN.md before changing any of them.
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ecotech
Tags:
*/


/* Feeds the block editor palette in theme.json, which references these by var(). */
:root {
  --color-primary: #006D77; /* Ocean Teal - the brand colour */
  --color-secondary: #E07A5F; /* Terracotta - THE action colour. Dark text on it, never white: white measures 2.95:1 */
  --color-dark: #1A202C;
  --color-light: #F5F2EB;
}