@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

:root {
  --flunex-identity-font: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html,
body {
  font-family: var(--flunex-identity-font) !important;
}

body :where(
  main,
  section,
  article,
  aside,
  header,
  footer,
  nav,
  div,
  p,
  a,
  span,
  small,
  strong,
  em,
  b,
  i,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  table,
  thead,
  tbody,
  tfoot,
  tr,
  th,
  td,
  caption,
  label,
  input,
  select,
  option,
  textarea,
  button,
  form,
  fieldset,
  legend,
  summary,
  details,
  blockquote,
  figcaption
) {
  font-family: var(--flunex-identity-font) !important;
}

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
}
