I am working on a project and the designer who designed the UI has used 510 and 590 font weights which are not available in CSS.
Is there any way to implement the same font weight in CSS? I want to have the same design as figma.
Here is the code figma produced but font-weight doesn't work in the real CSS.
color: var(--white, #FFF);
font-family: SF Pro;
font-size: 25px;
font-style: normal;
font-weight: 590;
line-height: normal;