/*
 * Copyright 2024 UnityRealtimeGroup
 * © 2024-05-02
 * Amprion Offshore GmbH
 */

/* #00a9e0 */ /* Amprion Offshore cyan */
/* #026487 */ /* Amprion Offshore dark-cyan */
/* #9e007e */ /* Amprion Offshore purple */
/* #480A3D */ /* Amprion Offshore dark-purple */
/* #323d48 */ /* Amprion Offshore font-color */

/*
@font-face {
  font-family: Gotham;
  font-weight: 100;
  font-style: normal;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-Thin_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-Thin_Web.woff2) format("woff2");
}
@font-face {
  font-family: Gotham;
  font-weight: 100;
  font-style: italic;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-ThinItalic_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-ThinItalic_Web.woff2) format("woff2");
}
@font-face {
  font-family: Gotham;
  font-weight: 200;
  font-style: normal;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-XLight_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-XLight_Web.woff2) format("woff2");
}
@font-face {
  font-family: Gotham;
  font-weight: 200;
  font-style: italic;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-XLightItalic_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-XLightItalic_Web.woff2) format("woff2");
}
*/
@font-face {
  font-family: Gotham;
  font-weight: 300;
  font-style: normal;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-Light_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-Light_Web.woff2) format("woff2");
}
@font-face {
  font-family: Gotham;
  font-weight: 300;
  font-style: italic;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-LightItalic_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-LightItalic_Web.woff2) format("woff2");
}


@font-face {
  font-family: Gotham;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-Book_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-Book_Web.woff2) format("woff2");
}
@font-face {
  font-family: Gotham;
  font-weight: 400;
  font-style: italic;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-BookItalic_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-BookItalic_Web.woff2) format("woff2");
}
@font-face {
  font-family: Gotham;
  font-weight: 500;
  font-style: normal;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-Medium_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-Medium_Web.woff2) format("woff2");
}
@font-face {
  font-family: Gotham;
  font-weight: 500;
  font-style: italic;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-MediumItalic_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-MediumItalic_Web.woff2) format("woff2");
}
@font-face {
  font-family: Gotham;
  font-weight: 600;
  font-style: normal;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-Bold_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-Bold_Web.woff2) format("woff2");
}
@font-face {
  font-family: Gotham;
  font-weight: 600;
  font-style: italic;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-BoldItalic_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-BoldItalic_Web.woff2) format("woff2");
}
/*
@font-face {
  font-family: Gotham;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-Black_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-Black_Web.woff2) format("woff2");
}
@font-face {
  font-family: Gotham;
  font-weight: 700;
  font-style: italic;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-BlackItalic_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-BlackItalic_Web.woff2) format("woff2");
}
@font-face {
  font-family: Gotham;
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-Ultra_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-Ultra_Web.woff2) format("woff2");
}
@font-face {
  font-family: Gotham;
  font-weight: 800;
  font-style: italic;
  font-display: auto;
  src: url(../fonts/gotham/Gotham-UltraItalic_Web.woff) format("woff"),
       url(../fonts/gotham/Gotham-UltraItalic_Web.woff2) format("woff2");
}
*/

:root {
  --font-family-sans-serif: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}