@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("Ubuntu Regular"),
    local("Ubuntu-Regular"),
    url("/vendor/fonts/ubuntu/ubuntu-400.ttf") format("truetype");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    local("Ubuntu Medium"),
    local("Ubuntu-Medium"),
    url("/vendor/fonts/ubuntu/ubuntu-500.ttf") format("truetype");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    local("Ubuntu Bold"),
    local("Ubuntu-Bold"),
    url("/vendor/fonts/ubuntu/ubuntu-700.ttf") format("truetype");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local("Ubuntu Bold"),
    local("Ubuntu-Bold"),
    url("/vendor/fonts/ubuntu/ubuntu-700.ttf") format("truetype");
}
