/* Formulize appearance settings for the Lyris theme.
 *
 * Generated from the Appearance page in the Formulize admin UI, and rewritten
 * every time those settings are saved. The block below is where the settings
 * themselves are kept, and it is what the Appearance page reads them back out
 * of. If this file is deleted, or the block below is removed or damaged, the
 * built-in defaults apply.
 *
 * BEGIN FORMULIZE APPEARANCE SETTINGS v1
 * appearance_font: custom
 * appearance_customfont: Poppins
 * appearance_headingfont: custom
 * appearance_headingcustomfont: Unbounded
 * appearance_text: #2f5182
 * END FORMULIZE APPEARANCE SETTINGS
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Unbounded:wght@400;500;600;700&family=Geist+Mono:wght@400;500&display=swap");
:root {
  --font-sans: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-heading: 'Unbounded', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --c-text: #2f5182;
  --c-text-muted: color-mix(in srgb, #2f5182 65%, #fff);
  --c-text-subtle: color-mix(in srgb, #2f5182 45%, #fff);
}
