@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 950;
  font-variant: 'Black';
  src: url(/Matos/fonts/Poppins-Black.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-variant: 'Heavy';
  src: url(/Matos/fonts/Poppins-Heavy.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-variant: 'ExtraBold';
  src: url(/Matos/fonts/Poppins-ExtraBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-variant: 'Bold';
  src: url(/Matos/fonts/Poppins-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-variant: 'SemiBold';
  src: url(/Matos/fonts/Poppins-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-variant: 'Medium';
  src: url(/Matos/fonts/Poppins-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-variant: 'Regular';
  src: url(/Matos/fonts/Poppins-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-variant: 'Light';
  src: url(/Matos/fonts/Poppins-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-variant: 'UltraLight';
  src: url(/Matos/fonts/Poppins-UltraLight.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-variant: 'Thin';
  src: url(/Matos/fonts/Poppins-Thin.ttf) format('truetype');
}

* {
  font-family: Poppins !important;
}

.rounded,
.rounded-xs,
.rounded-sm,
.rounded-md,
.rounded-lg,
.rounded-xl,
.rounded-2xl,
.rounded-3xl {
  border-radius: 0 !important;
}

.app-card > .app-card-content > .app-card-header {
  background-color: #00c2fd !important;
}
