/* RD Contrast Font Faces */
@font-face {
  font-family: 'RDContrast';
  src: url('../fonts/RDContrast-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RDContrast';
  src: url('../fonts/RDContrast-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RDContrast';
  src: url('../fonts/RDContrast-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RDContrast';
  src: url('../fonts/RDContrast-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RDContrast';
  src: url('../fonts/RDContrast-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RDContrast';
  src: url('../fonts/RDContrast-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RDContrast';
  src: url('../fonts/RDContrast-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RDContrast';
  src: url('../fonts/RDContrast-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* RD Modern Font Faces */
@font-face {
  font-family: 'RDModern';
  src: url('../fonts/RDModern-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RDModern';
  src: url('../fonts/RDModern-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RDModern';
  src: url('../fonts/RDModern-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RDModern';
  src: url('../fonts/RDModern-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RDModern';
  src: url('../fonts/RDModern-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RDModern';
  src: url('../fonts/RDModern-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RDModern';
  src: url('../fonts/RDModern-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RDModern';
  src: url('../fonts/RDModern-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RDModern';
  src: url('../fonts/RDModern-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Classes de aplicação prática */
.rd-contrast {
  font-family: 'RDContrast', sans-serif;
}

.rd-modern {
  font-family: 'RDModern', sans-serif;
}

/* Exemplo de classes com pesos específicos */
.rd-contrast-thin {
  font-family: 'RDContrast', sans-serif;
  font-weight: 100;
}

.rd-modern-bold {
  font-family: 'RDModern', sans-serif;
  font-weight: 700;
}