/* fonts */

@font-face {
  font-family: "Roboto";
  src: local("Roboto Regular"),
    url("/wp-content/themes/euvatandas.tr/fonts/Roboto-Regular.woff2")
      format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"),
    url("/wp-content/themes/euvatandas.tr/fonts/Roboto-Medium.woff2")
      format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

/* @font-face {
  font-family: "Roboto";
  src: local("Roboto Semibold"),
    url("/fonts/Roboto-SemiBold.ttf") format("trueType");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
} */

@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"),
    url("/wp-content/themes/euvatandas.tr/fonts/Roboto-Bold.woff2")
      format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}