@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/LatoRegular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MarydaleRegular";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/MarydaleRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BoucherieCursive";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/BoucherieCursive.ttf") format("truetype"); }

/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
.lm-container {
  color: #262626;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875em;
  font-family: "Lato", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .lm-container .progress {
    border-radius: unset;
    height: 11px; }
  .lm-container .progress-bar {
    background-color: #262626; }
  .lm-container .more,
  .lm-container .more-collections,
  .lm-container .more.btn-outline-primary,
  .lm-container .show-less-button-wrapper button {
    padding: 0.5em 2em;
    font-size: 0.875em;
    text-transform: uppercase;
    outline: none;
    background-color: #262626;
    border-color: #262626;
    color: #ffffff; }
    .lm-container .more:hover, .lm-container .more:active, .lm-container .more:focus,
    .lm-container .more-collections:hover,
    .lm-container .more-collections:active,
    .lm-container .more-collections:focus,
    .lm-container .more.btn-outline-primary:hover,
    .lm-container .more.btn-outline-primary:active,
    .lm-container .more.btn-outline-primary:focus,
    .lm-container .show-less-button-wrapper button:hover,
    .lm-container .show-less-button-wrapper button:active,
    .lm-container .show-less-button-wrapper button:focus {
      background-color: #ffffff;
      border-color: #262626;
      color: #262626; }
  .lm-container .more-buttons {
    position: relative; }
  .lm-container .more-collection-on-top {
    position: absolute;
    top: 0; }

/*# sourceMappingURL=loadmore.css.map*/