@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
@font-face {
  font-family: Theinhardt;
  src: url("Theinhardt-Medium.fc38eab.2f3d7438.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Theinhardt;
  src: url("Theinhardt-Regular.b467019.97bb3053.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Theinhardt;
  src: url("Theinhardt-Bold.9f1d8e15.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poiret One;
  src: url("PoiretOne.f26b4b5c.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-text: #1b1b1b;
  --dark-orange-text: #473d27;
  --color-bg: white;
  --color-link: #f6ab0b;
  --color-link-transparent: #f6ab0ba6;
  --color-link-hover: #fbad05;
  --color-title: #fff;
  --toast-z-index: 1000;
  --shadow-z-index: 2001;
  --entry-animation-z-index: 2000;
  --loading-z-index: 2002;
  --nav-z-index: 700;
  --frame-z-index: 600;
  --info-page-z-index: 1001;
  --font-size-xs: .75rem;
  --font-size-sm: .875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --line-height-tight: 1.2;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  font-size: 16px;
}

*, :after, :before {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

::-webkit-scrollbar {
  display: none;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: contain;
  width: 100vw;
  margin: 0;
  font-family: Theinhardt, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.font-alt {
  font-family: Poiret One, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}
/*# sourceMappingURL=create-dwell-firebase.7c76a118.css.map */
