/**
 * Fuente Rubik - Local
 * Para evitar dependencia de Google Fonts
 */

/* Rubik Regular (400) */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./Rubik-Regular.woff2') format('woff2'),
       url('./Rubik-Regular.ttf') format('truetype');
}

/* Rubik Medium (500) */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./Rubik-Medium.woff2') format('woff2'),
       url('./Rubik-Medium.ttf') format('truetype');
}

/* Rubik Bold (700) */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./Rubik-Bold.woff2') format('woff2'),
       url('./Rubik-Bold.ttf') format('truetype');
}

