/* Casa Marina, A Curio Hotel - eywcmqq */

:root {
  --color-secondary: 0, 151, 117;
  --color-tertiary: 0, 149, 200;
  --color-danger-alt: 228, 0, 43;
  --color-warn-alt: 255, 158, 27;
  --font-sans: 'freight-sans-pro';
  --font-headline: 'scotch-display';
}

h2,
h3,
h4 {
  font-family: 'granville' !important;
}

.btn {
  font-family: 'sweet-gothic', sans-serif !important;
}

[data-osc-product='search-rates-button'] button,
[data-osc-product='search-rooms-button'] button,
[data-osc-product='shop-form-dates'] {
  font-family: var(--font-sans) !important;
}

.form-checkbox:checked {
  background-color: rgb(242, 99, 39);
}
