/* @font-face {
  font-family: 'RG';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("ResidenzGrotesk-Regular.woff2") format("woff2");
}

@font-face {
  font-family: 'RG';
  font-style:  normal;
  font-weight: 200;
  font-display: swap;
  src: url("ResidenzGrotesk-Thin.woff2") format("woff2");
}

@font-face {
  font-family: 'RG';
  font-style:  normal;
  font-weight: 300;
  font-display: swap;
  src: url("ResidenzGrotesk-Light.woff2") format("woff2");
} */

@font-face {
  font-family: 'RG';
  font-style:  normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/ResidenzGrotesk-Medium.woff2") format("woff2");
}

@font-face {
  font-family: 'RG';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/ResidenzGrotesk-SemiBold.woff2") format("woff2");
}

/* @font-face {
  font-family: 'RG';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("ResidenzGrotesk-Bold.woff2") format("woff2");
} */

.f-md {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
  letter-spacing: var(--letter-spacing-md);
}