/* Type — the .txt_r_* text ramp from the Figma guide. Regular = Manrope 400. */
:root{
  --txt-11:11px;--txt-12:12px;--txt-13:13px;--txt-14:14px;--txt-16:16px;
  --txt-18:18px;--txt-24:24px;--txt-31:31px;--txt-35:35px;
  --fw-light:300; /* @kind other */
  --fw-regular:400; /* @kind other */
  --fw-medium:500; /* @kind other */
  --fw-semibold:600; /* @kind other */
  --fw-bold:700; /* @kind other */
  --fw-extrabold:800; /* @kind other */
  --line-tight:100%;--line-body:1.4; /* @kind other */
}
.txt_r_11{font-family:var(--font-core);font-weight:400;font-size:11px;line-height:100%}
.txt_r_12{font-family:var(--font-core);font-weight:400;font-size:12px;line-height:100%}
.txt_r_14{font-family:var(--font-core);font-weight:400;font-size:14px;line-height:100%}
.txt_r_16{font-family:var(--font-core);font-weight:400;font-size:16px;line-height:100%}
.txt_r_18{font-family:var(--font-core);font-weight:400;font-size:18px;line-height:100%}
.txt_r_24{font-family:var(--font-core);font-weight:400;font-size:24px;line-height:100%}
.txt_r_31{font-family:var(--font-core);font-weight:400;font-size:31px;line-height:100%}
