/* 
 * TildaSans font has been replaced with system fonts to avoid external requests
 * Original font definitions have been commented out
 */

/* Define TildaSans to use system fonts instead */
@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 300;
  src: local('Arial');
}

@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 400;
  src: local('Arial');
}

@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 500;
  src: local('Arial');
}

@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 600;
  src: local('Arial Bold');
}

@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 700;
  src: local('Arial Bold');
}

@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 800;
  src: local('Arial Bold');
}

@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 900;
  src: local('Arial Bold');
}
