@charset "utf-8";
/* FONTS-CSS für www.elektro-rohner.at */

/* arimo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/arimo/arimo-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* arimo-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/arimo/arimo-v29-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* arimo-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/arimo/arimo-v29-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* arimo-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 500;
  src: url('/fonts/arimo/arimo-v29-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* arimo-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/arimo/arimo-v29-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* arimo-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 600;
  src: url('/fonts/arimo/arimo-v29-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* arimo-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/arimo/arimo-v29-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* arimo-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/arimo/arimo-v29-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* 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;
}


