/**
	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
   -------------------------------------------------------------------------- */
/* Location of compiled icons in theme.
   Used in project/build/common/sass/04-components/_icons.scss
   -------------------------------------------------------------------------- */
/* Breakpoints
	px is excluded so we can do math on the breakpoints
   -------------------------------------------------------------------------- */
/* Colors
   Suffix color variables with a 3 digit number.  Generally try to progress from
   lightest/dullest to darkest/most vibrant.
   Extracted from Figma design system
   -------------------------------------------------------------------------- */
/* Primary Colors (Blues) */
/* Secondary Colors (Yellow-Green) */
/* Tertiary Colors (Orange) */
/* Greyscale */
/* Utility Colors */
/* Component Colors */
/* Semantic Color Assignments */
/* Spacing Scale - Vertical Padding
   Extracted from Figma spacer variables
   Values scale responsively at certain breakpoints
   -------------------------------------------------------------------------- */
/* Page Margins - Responsive
   -------------------------------------------------------------------------- */
/* Filter Colors
   -------------------------------------------------------------------------- */
/* Default transition.  Used in transition() mixin.
   ------------------------------------------------------------------------ */
/* Tools
   -------------------------------------------------------------------------- */
/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/**
	General mixins
*/
/* 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
   -------------------------------------------------------------------------- */
/* Hero Gradient
   Single gradient overlay for hero images - dark at top (for header legibility),
   transparent at bottom (for content area). Based on Figma design specs.
   -------------------------------------------------------------------------- */
/* Button Reset
   -------------------------------------------------------------------------- */
/* List Reset
   -------------------------------------------------------------------------- */
/* 100vh Mixin
   -------------------------------------------------------------------------- */
/* Accessibility Mixins to allow or prevent animations and transitions
   -------------------------------------------------------------------------- */
/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
/**
	Typography specific mixins
	These mixins are used in classes in build/common/sass/03-base/_typography.scss.
	They can also be used in a component/layout stylesheet, but that should be avoided.
*/
/* Font Families
   -------------------------------------------------------------------------- */
/* Heading Typography Mixins
   -------------------------------------------------------------------------- */
/* Eyebrows and labels /w bottom margins
   Used mainly for WYSIWYG content
   -------------------------------------------------------------------------- */
/* Headings /w Bottom Margins
   Used mainly for WYSIWYG content
   -------------------------------------------------------------------------- */
/* Single Line Text
   Copy mixins for text without margins
   -------------------------------------------------------------------------- */
/* Body Typography Mixins
   -------------------------------------------------------------------------- */
/* Special Text Styles
   -------------------------------------------------------------------------- */
/* Form Text Styles
   -------------------------------------------------------------------------- */
/* WYSIWYG
   -------------------------------------------------------------------------- */
/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
/**
	Button specific mixins
	These mixins are used in classes in build/common/sass/03-base/_buttons-links.scss.
*/
/* Button Base
   Shared styles for all buttons
   -------------------------------------------------------------------------- */
/* Button Variants
   -------------------------------------------------------------------------- */
/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
/**
	Form specific mixins
	A set of default styles that can be applied to Gravity Forms and other forms
*/
/* Default Label */
/* Default Field Base */
/* Default Input */
/* Default Textarea */
/* Filter/Nav Select - Canela styled dropdown for tab navigation */
/* Default Checkbox */
/* Default Radio */
/**
 * Layout: Content - Base Styles
 *
 * Common styles shared across all content presentations.
 * Presentation-specific styles are in:
 * - content--basic.scss
 * - content--split.scss
 * - content--overlay.scss
 */