
/* PoppinsLight */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url('poppins/Poppins-Light.woff2') format('woff2');
}

/* PoppinsRegular */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: 'block';
  src: local('Poppins Regular'), local('Poppins-Regular'), url('poppins/Poppins-Regular.woff2') format('woff2');
}
/* PoppinsSemiBold */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: 'block';
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('poppins/Poppins-SemiBold.woff2') format('woff2');
}
/* PoppinsBold */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: 'block';
  src: local('Poppins Bold'), local('Poppins-Bold'), url('poppins/Poppins-Bold.woff2') format('woff2');
}

/* Arial Rounded Bold */
@font-face {
  font-family: 'Arial-Rounded';
  font-style: normal;
  font-weight: 700;
  font-display: block; /* removed quotes around 'block' */
  src: local('Arial Rounded Bold'), local('Arial-Rounded-MT-Bold-Regular'), url('arial-rounded/Arial-Rounded-MT-Bold-Regular.ttf') format('truetype'); /* added missing file extension .ttf and corrected format */
}

/* Arial Rounded Extra Bold */
@font-face {
  font-family: 'Arial-Rounded';
  font-style: normal;
  font-weight: 900;
  font-display: block; /* removed quotes around 'block' */
  src: local('Arial Rounded Extra Bold'), local('Arial-Rounded-MT-Std-Extra-Bold'), url('arial-rounded/Arial-Rounded-MT-Std-Extra-Bold.otf') format('opentype'); /* added missing file extension .ttf and corrected format */
}