/*
 * Fonts for Blumfeldt theme
 */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://res.cloudinary.com/dle0apf7l/raw/upload/v1709908545/brands/gds/fonts/blumfeldt/Rubik-Light_xqvdux.ttf) format("truetype");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://res.cloudinary.com/dle0apf7l/raw/upload/v1709908594/brands/gds/fonts/blumfeldt/Rubik-Regular_f1mv1z.ttf) format("truetype");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://res.cloudinary.com/dle0apf7l/raw/upload/v1709908600/brands/gds/fonts/blumfeldt/Rubik-Medium_xx0iia.ttf) format("truetype");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://res.cloudinary.com/dle0apf7l/raw/upload/v1709908636/brands/gds/fonts/blumfeldt/Rubik-Bold_w5cvle.ttf) format("truetype");
}
body * {
  font-family: "Rubik", Tahoma, sans-serif;
}