/** Shopify CDN: Minification failed

Line 13:0 All "@import" rules must come first

**/
@font-face {
  font-family: 'NewAmsterdam';
  src: url('NewAmsterdam-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --gxm-teal: #5ca6ac;
}

h1,
.h1.h1,
.text-block.h1 > *,
h2,
.h2.h2,
.text-block.h2 > *,
h3,
.h3.h3,
.text-block.h3 > *,
h4,
.h4.h4,
.text-block.h4 > *,
h5,
.h5.h5,
.text-block.h5 > *,
h6,
.h6.h6,
.text-block.h6 > *,
.button,
section[data-testid="form-container"] h2,
shopify-forms-embed#app-embed h2,
shopify-forms-embed#app-embed h3,
shopify-forms-embed#app-embed h4 {
  font-family: 'NewAmsterdam', 'sans-serif'!important;
}

section[data-testid="form-container"]{
  border: 1px solid red;
}

header .menu-list__link {
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF!important;
    font-weight: 500;
}

header .menu-list__link--active,
header .menu-list__list-item:hover .menu-list__link,
header .menu-list__list-item:focus .menu-list__link,
header .menu-list__list-item:active .menu-list__link {
    color: var(--gxm-teal)!important;
}

body .shopify-section-group-footer-group a {
    text-decoration: none;
}

