/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* Mirroring the exact typography spacing weights */
h1, h2, h3, h4 {
  font-family: 'Archivo Black', sans-serif !important;
  letter-spacing: -0.05em !important;
  line-height: 1.1 !important;
}

body, p {
  font-family: 'Lora', serif !important;
  font-weight: 300; /* Keeps the body text beautifully light and clean */
}

/* For menu items, labels, and terminal outputs */
.menu-wrapper a, button, .font-mono, label, input {
  font-family: 'Space Mono', 'Courier Prime', monospace !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
}