﻿@font-face {
  font-family: 'poppins-bold';
  font-display: swap;
  src: url('../Fonts/Poppins-Bolt.ttf') format('truetype');
}
@font-face {
  font-family: 'poppins-light';
  font-display: swap;
  src: url('../Fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'poppins-regular';
  font-display: swap;
  src: url('../Fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'roboto-bold';
  font-display: swap;
  src: url('../Fonts/Roboto-Bolt.ttf') format('truetype');
}
@font-face {
  font-family: 'roboto-light';
  font-display: swap;
  src: url('../Fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'roboto-regular';
  font-display: swap;
  src: url('../Fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Material Symbols Outlined';
  font-display: block;
  font-style: normal;
  src: url('../Fonts/MaterialSymbolsRounded.woff2') format('woff');
}
.mat-icon {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}