/** Shopify CDN: Minification failed

Line 29:15 Expected identifier but found whitespace
Line 30:15 Expected identifier but found whitespace
Line 31:2 Unexpected "@font-face"

**/

@font-face {
  font-family: Rasa;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//liftlabstore.com/cdn/fonts/rasa/rasa_n4.e685d1007863dad080fcd04a439e02130207bdbf.woff2") format("woff2"),
       url("//liftlabstore.com/cdn/fonts/rasa/rasa_n4.616bbf71ec8d908501ab4cd461e2db399b1e7c55.woff") format("woff");
}



  @font-face {
  font-family: Cabin;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//liftlabstore.com/cdn/fonts/cabin/cabin_n4.cefc6494a78f87584a6f312fea532919154f66fe.woff2") format("woff2"),
       url("//liftlabstore.com/cdn/fonts/cabin/cabin_n4.8c16611b00f59d27f4b27ce4328dfe514ce77517.woff") format("woff");
}

  Liquid error: font_modify only accepts string arguments
  Liquid error: font_modify only accepts string arguments
  @font-face {
  font-family: Cabin;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//liftlabstore.com/cdn/fonts/cabin/cabin_i4.d89c1b32b09ecbc46c12781fcf7b2085f17c0be9.woff2") format("woff2"),
       url("//liftlabstore.com/cdn/fonts/cabin/cabin_i4.0a521b11d0b69adfc41e22a263eec7c02aecfe99.woff") format("woff");
}


 
:root {--bs-primary: #000000;
  --bs-primary-rgb: 0, 0, 0;
  --bs-secondary: #ff0000;
  --bs-secondary-rgb: 255, 0, 0;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-body-color: #000000;
  --bs-body-color-rgb: 0, 0, 0;

  --bs-container-max-width: 1300px;
  --bs-border-radius: 0.3rem;

  --bs-body-font-family: Cabin, sans-serif;
  --bs-body-font-weight: 400;
  --bs-body-font-size: rem;
  --bs-headings-font-family: Rasa, serif;
  --bs-headings-font-weight: 400;
  --bs-headings-text-transform: uppercase;

  --bs-dialog-backdrop-color-rgb: 33, 37, 41;
  --bs-dialog-backdrop-opacity: 50%;
  --bs-dialog-backdrop-blur: 5px;
  --bs-dialog-backdrop-blur: 5px;
  --bs-dialog-header-bg-color-rgb: var(--bs-primary-rgb);
  --bs-dialog-header-bg-opacity: 5%;
  --bs-dialog-header-text-color: body-color;
  --bs-dialog-header-border-width: 0px;
  --bs-dialog-header-border-color-rgb: var(--bs-body-color-rgb);
  --bs-dialog-header-border-opacity: 10%;
  --bs-dialog-header-title-font-size: 1.3em;

  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-md: 0 0.25rem 0.5rem rgba(var(--bs-body-color-rgb), 0.125);
  --bs-box-shadow-lg: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), .125);
  --bs-box-shadow: var(--bs-box-shadow-md);
}.btn {
  --bs-btn-font-size: 1rem;
  --bs-btn-text-transform: none;
  --bs-btn-font-family-new: var(--bs-body-font-family);
  --bs-btn-font-weight: 500;
  --bs-btn-letter-spacing: 0.05rem;
  --bs-btn-bg-gradient: ;
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.3rem;
}
