@font-face {
    font-family: 'Barlow';
    src: url("/assets/fonts/Barlow-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Barlow';
    src: url("/assets/fonts/Barlow-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'OpenSans Condensed';
    src: url("/assets/fonts/OpenSans_Condensed-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'OpenSans Condensed';
    src: url("/assets/fonts/OpenSans_Condensed-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Segoe UI Mod';
    src: url("/assets/fonts/seguisb.ttf") format("truetype");
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
