/* ==UserStyle==
@name           Roboto Flex Font
@description    Google,DuckDuckGo,Bing,Twitter,BlueSky,Reddit,Telegram,GitHub,Outlook,Teams.
@version        1.0.0
@author         https://github.com/ruukulada
@namespace      https://github.com/ruukulada
==/UserStyle== */
@-moz-document domain("www.google.com"),
domain("duckduckgo.com"),
domain("www.bing.com"),
domain("x.com"),
domain("bsky.app") {
  *:not(code, pre, span) {
    font-family: "Roboto Flex", sans-serif !important;
  }
}
@-moz-document domain("reddit.com"),
domain("web.telegram.org") {
  *:not(code, pre) {
    font-family: "Roboto Flex", sans-serif;
  }
}
@-moz-document domain("github.com") {
  *:not(code, div, pre, span) {
    font-family: "Roboto Flex", sans-serif;
  }
}
@-moz-document domain("outlook.office.com"),
domain("teams.microsoft.com") {
  *:not(code, i, pre) {
    font-family: "Roboto Flex", sans-serif;
  }
}
