/* Web & icon fonts */
@font-face {
  font-family: "Ubuntu Regular";
  src: url("../fonts/webfonts/ubuntu/Ubuntu-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu Bold";
  src: url("../fonts/webfonts/ubuntu/Ubuntu-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
