/**********************************************
    FONTS
    Created on : June 2024
    Author     : mre
**********************************************/
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-VariableFont_wght.ttf");
  font-weight: 200 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Italic-VariableFont_wght.ttf");
  font-weight: 200 900;
  font-display: swap;
  font-style: italic;
}