/*
Theme Name: Slowmile
Theme URI: https://slowmile.co
Author: Slowmile & Co
Author URI: https://slowmile.co
Description: Custom theme for Slowmile — three trips, forty thousand kilometres, fuel for the soul. Built for WordPress 6.x with WooCommerce 8.x.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: slowmile
Tags: custom-menu, custom-logo, featured-images, woocommerce

Fuel for the Soul.
*/

:root {
  --black: #0c0c0b;
  --off-black: #111110;
  --dark: #1a1a18;
  --charcoal: #2a2a28;
  --mid: #56564e;
  --muted: #84847a;
  --light: #c8c4ba;
  --bone: #eae6de;
  --white: #f6f3ec;
  --yellow: #F8CD02;
  --yellow-dark: #C9A230;

  --font-display: 'Bebas Neue', sans-serif;
  --font-serif: 'Playfair Display', serif;
  --font-body: 'Inter', sans-serif;
}
