/*-----------------------------------------------------------------------------
  $ Fonts
-----------------------------------------------------------------------------*/
@font-face {
    font-family: "worksans-regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/worksans-regular/WorkSans-Regular.ttf")
        format("truetype"),
      url("../fonts/worksans-regular/WorkSans-Regular.svg#WorkSans-Regular") format("svg");
}

@font-face {
    font-family: "worksans-semibold";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/worksans-semibold/WorkSans-SemiBold.ttf")
        format("truetype"),
      url("../fonts/worksans-semibold/WorkSans-SemiBold.svg#WorkSans-SemiBold") format("svg");
}


@font-face {
    font-family: "worksans-bold";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/worksans-bold/WorkSans-Bold.ttf")
        format("truetype"),
      url("../fonts/worksans-bold/WorkSans-Bold.svg#WorkSans-Bold") format("svg");
}

@font-face {
    font-family: "sansoftime-bold";
    font-weight: bold;
    src: url("../fonts/sansoftime-bold/SansofTime-Bold.ttf")
        format("truetype"),
      url("../fonts/sansoftime-bold/SansofTime-Bold.svg#SansofTime-Bold") format("svg");
}

@font-face {
    font-family: "sansoftime-play";
    font-weight: bold;
    src: url("../fonts/sansoftime-play/SansofTime-Play.ttf")
        format("truetype"),
      url("../fonts/sansoftime-play/SansofTime-Play.svg#SansofTime-Play") format("svg");
}

@font-face {
    font-family: "sansoftime-work";
    font-weight: bold;
    src: url("../fonts/sansoftime-work/SansofTime-Work.ttf")
        format("truetype"),
      url("../fonts/sansoftime-work/SansofTime-Work.svg#SansofTime-Work") format("svg");
}

@font-face {
    font-family: "sansoftime-live";
    font-weight: bold;
    src: url("../fonts/sansoftime-live/SansofTime-Live.ttf")
        format("truetype"),
      url("../fonts/sansoftime-live/SansofTime-Live.svg#SansofTime-Live") format("svg");
}