/* DrawBridge webfonts — all local, no external CDN dependency.
   Display / UI : Satoshi      (Light 300, Bold 700, Black 900)
   Technical    : Cygnito Mono Pro (Light 300, Bold 700, Dotted 300) */

@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Light.otf") format("opentype");
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Bold.otf") format("opentype");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Black.otf") format("opentype");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cygnito Mono Pro";
  src: url("fonts/CygnitoMonoPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cygnito Mono Pro";
  src: url("fonts/CygnitoMonoPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cygnito Mono Pro Dotted";
  src: url("fonts/CygnitoMonoPro-LightDotted.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
