/** @format */

/**
 * =============================================================================
 *
 *  Media queries breakpoints
 *
 *  Defines the breakpoints for the navbar, page, and footer
 *
 *  SASS variables are required in Media queries
 *
 * =============================================================================
 */
$navbar-bp-xs: 0px;
$navbar-bp-sm: 768px;
$navbar-bp-md: 992px;
$navbar-bp-lg: 1200px;
$navbar-bp-xl: 1400px;

$screen-bp-xs: 0px;
$screen-bp-sm: 768px;
$screen-bp-md: 992px;
$screen-bp-lg: 1200px;
$screen-bp-xl: 1400px;

$footer-bp-xs: 0px;
$footer-bp-sm: 768px;
$footer-bp-md: 992px;
$footer-bp-lg: 1200px;
$footer-bp-xl: 1400px;
