@charset "utf-8";
/* FONTS-CSS für www.speisendialog.de */

/* Brandon Grotesque - Regular */
@font-face {
    font-family: "Brandon Grotesque Regular";
    src: url("/fonts/brandon-grotesque/brandon-grotesque-regular.eot");
    src: url("/fonts/brandon-grotesque/brandon-grotesque-regular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/brandon-grotesque/brandon-grotesque-regular.woff2")format("woff2"),
    url("/fonts/brandon-grotesque/brandon-grotesque-regular.woff")format("woff"),
    url("/fonts/brandon-grotesque/brandon-grotesque-regular.ttf")format("truetype"),
    url("/fonts/brandon-grotesque/brandon-grotesque-regular.svg#Brandon Grotesque Regular")format("svg");
}

/* Brandon Grotesque - Medium */
@font-face {
    font-family: "Brandon Grotesque Medium";
    src: url("/fonts/brandon-grotesque/brandon-grotesque-medium.eot");
    src: url("/fonts/brandon-grotesque/brandon-grotesque-medium.eot?#iefix")format("embedded-opentype"),
    url("/fonts/brandon-grotesque/brandon-grotesque-medium.woff2")format("woff2"),
    url("/fonts/brandon-grotesque/brandon-grotesque-medium.woff")format("woff"),
    url("/fonts/brandon-grotesque/brandon-grotesque-medium.ttf")format("truetype"),
    url("/fonts/brandon-grotesque/brandon-grotesque-medium.svg#Brandon Grotesque Medium")format("svg");
}

/* Brandon Grotesque - Bold */
@font-face {
    font-family: "Brandon Grotesque Bold";
    src: url("/fonts/brandon-grotesque/brandon-grotesque-bold.eot");
    src: url("/fonts/brandon-grotesque/brandon-grotesque-bold.eot?#iefix")format("embedded-opentype"),
    url("/fonts/brandon-grotesque/brandon-grotesque-bold.woff2")format("woff2"),
    url("/fonts/brandon-grotesque/brandon-grotesque-bold.woff")format("woff"),
    url("/fonts/brandon-grotesque/brandon-grotesque-bold.ttf")format("truetype"),
    url("/fonts/brandon-grotesque/brandon-grotesque-bold.svg#Brandon Grotesque Bold")format("svg");
}

/* Font Awesome 6 Free - Regular */
@font-face {
  font-family: 'Font Awesome 6 Free'; font-style: normal; font-weight: 400; font-display: block;
  src: url("/fonts/fontawesome_6.7.2/fa-regular-400.woff2") format("woff2"),
      url("/fonts/fontawesome_6.7.2/fa-regular-400.woff") format("woff");
}
.far {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

/* Font Awesome 6 Free - Solid */
@font-face {
  font-family: 'Font Awesome 6 Free'; font-style: normal; font-weight: 900; font-display: block;
  src: url("/fonts/fontawesome_6.7.2/fa-solid-900.woff2") format("woff2"),
      url("/fonts/fontawesome_6.7.2/fa-solid-900.woff") format("woff");
}
.fa,
.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

/* Font Awesome 6 Free */
@font-face {
  font-family: 'Font Awesome 6 Free'; font-style: normal; font-weight: 400; font-display: block;
  src: url("/fonts/fontawesome_6.7.2/fa-brands-400.woff2") format("woff2"),
      url("/fonts/fontawesome_6.7.2/fa-brands-400.woff") format("woff");
}
.fab {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}


