/**
 * Self-Hosted Fonts
 * Roboto and Oswald fonts hosted locally for better performance
 */

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

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

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

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

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

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