/* Vars */
:root {
  /* Spacing */
  --space-4000: 160px;
  --space-2400: 96px;
  --space-2000: 80px;
  --space-1600: 64px;
  --space-1200: 48px;
  --space-800: 32px;
  --space-600: 24px;
  --space-400: 16px;
  --space-300: 12px;
  --space-200: 8px;
  --space-150: 6px;
  --space-100: 4px;

  /* Borders */
  --border-width: 2px;
  --radius-200: 8px;
  --radius-400: 16px;
  --radius-full: 9999px;

  /* Colors */
  --background-brand-tertiary: #f5f5f5;
  --background-brand-default: #2c2c2c;
  --background-neutral-default: #5a5a5a;
  --border-red: #971e22;
  --border-default-default: #d9d9d9;
  --border-neutral-secondary: #767676;
  --text-default: #1e1e1e;
  --headline-text: #000000cc;
  --text-brand-tertiary: #757575;
  --text-brand-on-brand: #f5f5f5;

  /* Font Weigth */
  --body-font-weight-regular: 400;
  --body-font-weight-title: 500;
  --body-font-weight-semi: 600;
  --body-font-weight-semi-strong: 600;
  --body-font-weight-strong: 800;

  /* Font Size */
  --body-size-small: 12px;
  --body-size-medium: 16px;
  --body-size-large: 20px;
  --heading-size-base: 24px;
  --headline-medium-size: 28px;
  --headline-large-size: 32px;
  --title-page-size-base: 48px;
  --title-page-size-large: 64px;
}

* {
  font-family: "Gabarito", sans-serif !important;
  font-optical-sizing: auto;
}

*:focus {
  outline: none;
}

*:focus:not(:focus-visible) {
  outline: none;
}

a:visited {
  background-color: white !important;
  color: var(--primary-nav--color-link-hover) !important;
}

.site-main {
  padding: 0px !important;
}

.contato-box {
  display: flex;
  gap: var(--space-150);
}

.contato-text {
  text-decoration: underline;
  padding-bottom: 24px;
  margin: 0px !important;
}

.no-margin {
  margin: 0px !important;
}
