/*------------------------------------------------------------------------------------------
| Source: fonts.css
| Company: GroundProbe® Pty Ltd.
| Project: MonitorIQ vNext
|
| Commercial-in-Confidence
| Copyright (c) 2025 GroundProbe® Pty Ltd. All rights reserved.
|
|
| “This program is strictly confidential and subject to copyright,
| all rights specifically reserved. No part of this program may be
| copied, translated or reduced to any electronic medium or machine
| readable form, disclosed, decompiled or reverse engineered, without
| the prior written consent of GroundProbe® Pty Ltd.”
|
| Description:
| The font css file for the whole project
|
| Revision history:
| Refer to source control repository for detailed code revisions and comments.
|
--------------------------------------------------------------------------------------------*/

/* For Source Sans 3 (Normal) */
@font-face {
  font-family: 'Source Sans 3';
  src: url('/fonts/SourceSans/SourceSans3-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

/* For Source Sans 3 (Italic) */
@font-face {
  font-family: 'Source Sans 3';
  src: url('/fonts/SourceSans/SourceSans3-Italic-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

/* For Material Symbols Outlined */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url('/fonts/MaterialSymbols/MaterialSymbolsOutlined.ttf') format('truetype');
  font-display: swap;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}

.material-symbols-outlined.filled {
  font-variation-settings: 'FILL' 1;
}
