/*
Copyright (c) 2023 Wanted Lab, Inc., with Reserved Font Name Wanted Sans.
https://github.com/wanteddev/wanted-sans

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/

@font-face {
  font-family: "Wanted Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Wanted Sans Bold"), url("./WantedSans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Wanted Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local("Wanted Sans SemiBold"),
    url("./WantedSans-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Wanted Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Wanted Sans Medium"),
    url("./WantedSans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Wanted Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local("Wanted Sans Regular"),
    url("./WantedSans-Regular.woff2") format("woff2");
}

:root {
  --font-family: "Wanted Sans", sans-serif;
  --fonts-weight-bold: 700;
  --fonts-weight-medium: 500;
  --fonts-weight-regular: 400;
  --fonts-weight-light: 300;

  /* new tokens */
  --des-direction-title-font-family: "Wanted Sans", sans-serif;
  --des-direction-text-font-family: "Wanted Sans", sans-serif;
  --des-direction-direction: "LTR";
  --des-direction-weight-bold: 700;
  --des-direction-weight-wide-bold: 700;
  --des-direction-weight-medium: 500;
  --des-direction-weight-wide-medium: 500;
  --des-direction-weight-regular: 400;
  --des-direction-weight-light: 300;
}
