@font-face {
    font-family: "WorkSans";
    src: url("./../font/WorkSans-Regular.ttf");
}
@font-face {
    font-family: "WorkSans";
    src: url("./../font/WorkSans-SemiBold.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "WorkSans";
    src: url("./../font/SourceSerifPro-Italic.ttf");
    font-style: italic;
}
