@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap";
@import "https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/version/6408cb8fc43ff49841e181db/globotipo-variable.css";
/* [project]/styles/globals.css [client] (css) */
body {
  color: #000;
  letter-spacing: -.3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: utopia, sans-serif;
  line-height: 1.2;
}

:root {
  --color-text: #000;
  --color-background: #eef0f3;
  --color-primary: #f60;
  --color-header-bg: #fff;
  --color-header-text: #000;
  --color-link: #000;
  --color-link-hover: var(--color-primary);
  --color-border: #000;
  --color-headline: #1e7ad9;
  --font-base-size: 16px;
  --headline-weight: 800;
  --headline-h1: 48px;
  --headline-h2: 36px;
  --headline-h3: 20px;
  --headline-h4: 15px;
}

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

a, a:hover {
  color: var(--color-link);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--color-headline);
}

h1 {
  font-size: var(--headline-h1);
  line-height: 1.05;
  font-weight: var(--headline-weight);
  margin: 0 0 .35em;
}

h2 {
  font-size: var(--headline-h2);
  line-height: 1.08;
  font-weight: var(--headline-weight);
  margin: 0 0 .45em;
}

h3 {
  font-size: var(--headline-h3);
  line-height: 1.12;
  font-weight: var(--headline-weight);
  margin: 0 0 .35em;
}

h4 {
  font-size: var(--headline-h4);
  margin: 0 0 .25em;
  font-weight: 700;
  line-height: 1.2;
}

.kicker, small.kicker {
  color: #007091;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

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