/**
 * Self-hosted Roobert for MUI v5 (`theme.typography.fontFamily`).
 *
 * Licensed files already in marketplaces (`src/core/assets/fonts/Roobert-*.ttf`).
 * www.rxrise.com bb-theme-child/fonts woffs were not reachable at scrape time —
 * TTFs are the in-repo licensed source. Single family name "Roobert" with weights
 * (legacy styled-components used separate "Roobert Regular" family names).
 */
@font-face {
  font-family: 'Roobert';
  src: url('./Roobert-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: 'Roobert';
  src: url('./Roobert-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
