/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/**
	Global variables
*/
/* Site Max Width. Used in 03-base/_template.scss
   -------------------------------------------------------------------------- */
/* Layout Margins (top/bottom)
   -------------------------------------------------------------------------- */
/* Colors
   -------------------------------------------------------------------------- */
/* Filter Colors
   Use https://codepen.io/sosuke/pen/Pjoqqp to generate filters for new colors
   -------------------------------------------------------------------------- */
/* Directories and Misc?
   -------------------------------------------------------------------------- */
/**
 * This file is used to override bootstrap variables.  build/node_modules/bootstrap/scss/_variables.scss
 * Some examples are included below.
 */
/* Grid breakpoints
   Define the minimum dimensions at which your layout will change,
   adapting to different screen sizes, for use in media queries.
   ------------------------------------------------------------------------ */
/* Body
   ------------------------------------------------------------------------ */
/* Gutter width (half is added to each column)
   ------------------------------------------------------------------------ */
/* Default transition.  Used in transition() mixin.
   ------------------------------------------------------------------------ */
/* Tools
   -------------------------------------------------------------------------- */
/**
	General mixins
	Note: Variables are loaded via _core.scss before this file, so no @use needed
*/
/* Variable Size
   Function can be used to make any property value variable
   -------------------------------------------------------------------------- */
/* Basic Transition
   -------------------------------------------------------------------------- */
/* Default Unordered List
   This mixin is used in place of defining base ul styles and then having to
   override them everywhere.  Ex: in a menu.
   This should be included when you output an acf wysiwyg field.
   -------------------------------------------------------------------------- */
/* Default Link Style
   This mixin is used in place of defining base a styles and then having to
   override them everywhere. Ex: text links vs buttons.
   This should be included when you output an acf wysiwyg field.
   -------------------------------------------------------------------------- */
/* Default Table
   -------------------------------------------------------------------------- */
/* Default Gradient
   -------------------------------------------------------------------------- */
/* Button Reset
   -------------------------------------------------------------------------- */
/* List Reset
   -------------------------------------------------------------------------- */
/* 100vh Mixin
   -------------------------------------------------------------------------- */
/* Accessibility Mixins to allow or prevent animations and transitions
   -------------------------------------------------------------------------- */
/* Variable Min Height
   Will scale from $startHeight to $endHeight, from $startWidth to
   $endWidth.
   -------------------------------------------------------------------------- */
/* Variable Image Width
   Will scale from $startWidth to $endWidth, from $startScreenWidth to
   $endScreenWidth.  Must be in proper media query.
   -------------------------------------------------------------------------- */
/**
 * Typography Mixins & Font Declarations
 *
 * Font Families:
 *   - Self Modern: Used for headings (H1-H6) and display text
 *   - Funkis A Springs: Used for body copy, callouts, and eyebrow text
 *
 * Usage:
 *   @include self-modern--book;
 *   @include funkis--light;
 */
/* ==========================================================================
   @font-face Declarations
   ========================================================================== */
@font-face {
  font-family: "Self Modern";
  src: url("/content/themes/base/assets/font/self-modern/SelfModern-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Self Modern";
  src: url("/content/themes/base/assets/font/self-modern/SelfModern-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Self Modern";
  src: url("/content/themes/base/assets/font/self-modern/SelfModern-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funkis A Springs";
  src: url("/content/themes/base/assets/font/funkis/FunkisASprings-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funkis A Springs";
  src: url("/content/themes/base/assets/font/funkis/FunkisASprings-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funkis A Springs";
  src: url("/content/themes/base/assets/font/funkis/FunkisASprings-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funkis A Springs";
  src: url("/content/themes/base/assets/font/funkis/FunkisASprings-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funkis A Springs";
  src: url("/content/themes/base/assets/font/funkis/FunkisASprings-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   Font Family Variables
   ========================================================================== */
/* ==========================================================================
   Self Modern Mixins (Headings & Display)
   ========================================================================== */
/* ==========================================================================
   Funkis A Springs Mixins (Body & UI)
   ========================================================================== */
/* ==========================================================================
   Typography Style Mixins (Composite)
   These combine font, size, line-height, and other properties
   ========================================================================== */
/**
	Form specific mixins
	A set of default styles that can be applied to Gravity Forms and other forms
*/
.media {
  width: 100%;
  height: 100%;
  display: block;
}