@font-face {
  font-family: "Quicksand";
  src: url("/static/scss/app_site/fonts/Quicksand/Quicksand-VariableFont_wght.ttf?c6bcc7662aba") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Josefin_Slab";
  src: url("/static/scss/app_site/fonts/Josefin_Slab/JosefinSlab-VariableFont_wght.ttf?c6bcc7662aba") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Capriola";
  src: url("/static/scss/app_site/fonts/Capriola/Capriola-Regular.ttf?c6bcc7662aba") format("truetype");
  font-display: swap; }

/* line 19, app_site/static/scss/app_site/global/constants.scss */
:root {
  --form-input-border: 1.5px solid #bebebe;
  --site-header-a: 1.6rem;
  --site-t1: 5rem;
  --site-h2: 4.8rem;
  --site-h3: 2.2rem;
  --site-h4: 2rem;
  --site-p0: 2.2rem;
  --site-p1: 1.8rem;
  --site-p2: 1.6rem;
  --site-p3: 1.4rem;
  --site-txt-transition: 2.4rem;
  --font-1: "Josefin_Slab", "Georgia", "Arial", serif;
  --font-2: "Quicksand", "Verdana", "Tahoma", sans-serif;
  --font-3: "Capriola", "Verdana", "Tahoma", sans-serif;
  --header-height: 8rem;
  --header-offset: 5rem;
  --header-position: fixed;
  --footer-bg: #D9D9D9;
  --bg: #FAFAFA;
  --bg-2: #EBEBEB;
  --bg-3: #DBDBDB;
  --fg: #000000;
  --fg-300: #747474;
  --fg-200: #D2D2D2;
  --fg-light: #ffffff;
  --red-200: #AD2B2B;
  --red-300: #B50909;
  --red-400: #890000;
  --red-500: #8E2222;
  --green-300: #a1e79d;
  --green-400: #078C00;
  --beige-400: #ECD6C1;
  --blue-400: #4A66AB;
  --blue-500: #104961;
  --legal-bg: #FAFAFA;
  --legal-bg-1OO: #FFFEFF;
  --legal-border-color: #DCDCDD;
  --legal-border-color-100: #f6f6f6;
  --legal-fg-primary: var(--red-400);
  --legal-fg-primary-100: var(--red-300);
  --legal-bg-primary: #ffffff;
  --glass-bg: rgba(100, 100, 100, 0.25);
  --zi-header: 1000;
  --zi-content: 1;
  --z-index-drawer: 10;
  --z-index-realisation-overlay: 2;
  --drop-shadow-1: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
  --drop-shadow-2: 0 16px 32px -8px rgba(12, 12, 13, 0.40); }
  @media screen and (max-width: 768px) {
    /* line 19, app_site/static/scss/app_site/global/constants.scss */
    :root {
      --site-header-a: 1.6rem;
      --site-h2: 3rem;
      --site-h3: 2.2rem;
      --site-h4: 1.8rem;
      --site-p0: 2rem;
      --site-p1: 1.6rem;
      --site-txt-transition: 1.8rem;
      --site-p2: 1.6rem;
      --site-p3: 1.4rem; } }
