@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto'),
    url('/assets/fonts/roboto/roboto-light.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto'),
    url('/assets/fonts/roboto/roboto-light-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto'),
    url('/assets/fonts/roboto/roboto-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto'),
    url('/assets/fonts/roboto/roboto-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto'),
    url('/assets/fonts/roboto/roboto-medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto'),
    url('/assets/fonts/roboto/roboto-medium-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto'),
    url('/assets/fonts/roboto/roboto-bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto'),
    url('/assets/fonts/roboto/roboto-bold-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto'),
    url('/assets/fonts/roboto/roboto-black.woff2') format('woff2');
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto'),
    url('/assets/fonts/roboto/roboto-black-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 900;
}

/* Fira Sans */

@font-face {
  font-family: 'Fira Sans';
  font-display: swap;
  src: local('Fira Sans'),
    url('/assets/fonts/fira-sans/fira-sans-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Fira Sans';
  font-display: swap;
  src: local('Fira Sans'),
    url('/assets/fonts/fira-sans/fira-sans-medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Fira Sans';
  font-display: swap;
  src: local('Fira Sans'),
    url('/assets/fonts/fira-sans/fira-sans-semi-bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Fira Sans';
  font-display: swap;
  src: local('Fira Sans'),
    url('/assets/fonts/fira-sans/fira-sans-bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Fira Sans';
  font-display: swap;
  src: local('Fira Sans'),
    url('/assets/fonts/fira-sans/fira-sans-extra-bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: 'Fira Sans';
  font-display: swap;
  src: local('Fira Sans'),
    url('/assets/fonts/fira-sans/fira-sans-black.woff2') format('woff2');
  font-style: normal;
  font-weight: 900;
}

/* Rubik */

@font-face {
  font-family: 'Rubik';
  font-display: swap;
  src: local('Rubik'),
    url('/assets/fonts/rubik/rubik-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Rubik';
  font-display: swap;
  src: local('Rubik'),
    url('/assets/fonts/rubik/rubik-medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Rubik';
  font-display: swap;
  src: local('Rubik'),
    url('/assets/fonts/rubik/rubik-semi-bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
}
