@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

/* Alecrim Font Family */
@font-face {
  font-family: 'Alecrim';
  src: url('Alecrim-Bold.woff') format('woff'), url('Alecrim-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/* Rooney Font Family */
@font-face {
  font-family: 'Rooney';
  src: url('Rooney-Light.woff') format('woff'), url('Rooney-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Rooney';
  src: url('Rooney-Regular.woff') format('woff'), url('Rooney-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Rooney';
  src: url('Rooney-Medium.woff') format('woff'), url('Rooney-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Rooney';
  src: url('Rooney-Heavy.woff') format('woff'), url('Rooney-Heavy.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Rooney';
  src: url('Rooney-Bold.woff') format('woff'), url('Rooney-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Rooney';
  src: url('Rooney-Black.woff') format('woff'), url('Rooney-Black.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}


