/* Import Rules */
 @import url("https://use.typekit.net/pyh6fxk.css");

/* Variables.css | May 30, 2026 @10:21:11 PM  */

:root {
/* Fonts */

--body-font: "jovie-glow", serif;
--headings-font: "obviously-narrow", sans-serif;

/* Colours */

--brand-color: var(--primary-color-hex);
--primary-color-hex: #186092;
--secondary-color-hex: #92376c;
}/* Typography.css | May 30, 2026 @10:23:47 PM  */

h1, h2, h3, h4, h5, h6 {
font-family: var(--headings-font);
letter-spacing: -4px;
line-height: 1.2em;
background: linear-gradient(90deg, var(--primary-color-hex), var(--secondary-color-hex));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}/* General.css | May 30, 2026 @9:58:48 PM  *//* Modules-Widgets.css | May 30, 2026 @9:58:56 PM  */