/* Classic Roboto — same source as vpn-frontend-client (not Google Fonts v51) */
@font-face {
  font-weight: 400;
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  src:
    local('Roboto'),
    local('Roboto-Regular'),
    url('../fonts/roboto/Roboto.woff2') format('woff2');
}

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

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

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