/*
* Phosphor Icons (trimmed to the glyphs this page actually uses)
* https://phosphoricons.com
* Two weights are used on this page: regular (.ph) and bold (.ph-bold).
* Full icon set: replace with the official phosphor CSS and point the
* @font-face rules at ../../assets/fonts/Phosphor.woff2 / Phosphor-Bold.woff2
* if you need more icons later.
*/
@font-face {
  font-family: "Phosphor";
  src: url("phosphor.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Phosphor-Bold";
  src: url("phosphor-bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Phosphor-Fill";
  src: url("phosphor-fill.woff2") format("woff2");
  font-weight: normal; font-style: normal; font-display: block;
}


.ph {
  font-family: "Phosphor" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph-bold {
  font-family: "Phosphor-Bold" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph-fill { font-family: "Phosphor-Fill" !important; font-style: normal; line-height: 1; speak: never; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }




.ph-bold.ph-map-pin:before          { content: "\e316"; }
.ph-bold.ph-apple-logo:before       { content: "\e516"; }
.ph-bold.ph-google-play-logo:before { content: "\e294"; }
.ph-bold.ph-sparkle:before          { content: "\e6a2"; }
.ph-bold.ph-info:before             { content: "\e2ce"; }
.ph-bold.ph-check:before            { content: "\e182"; }
.ph-bold.ph-arrow-down:before       { content: "\e03e"; }
.ph.ph-warning-circle:before        { content: "\e4e2"; }


/* regularne */
.ph.ph-arrow-right:before { content: "\e06c"; }
.ph.ph-caret-down:before { content: "\e136"; }
.ph.ph-arrows-left-right:before { content: "\e0a0"; }
.ph.ph-user-list:before { content: "\e73c"; }
.ph.ph-car-simple:before { content: "\e114"; }
.ph.ph-play-pause:before { content: "\e8be"; }
.ph.ph-map-pin:before { content: "\e316"; }
.ph.ph-map-trifold:before { content: "\e31a"; }
.ph.ph-car-profile:before { content: "\e8cc"; }
.ph.ph-magnifying-glass:before { content: "\e30c"; }
.ph.ph-person-simple-walk:before { content: "\e73a"; }
.ph.ph-users-three:before { content: "\e68e"; }
.ph.ph-coins:before { content: "\e78e"; }
.ph.ph-clock-countdown:before { content: "\ed2c"; }
.ph.ph-ticket:before { content: "\e490"; }
.ph.ph-arrows-clockwise:before { content: "\e094"; }
.ph.ph-file-text:before { content: "\e23a"; }
.ph.ph-sliders-horizontal:before { content: "\e434"; }

/* wypełnione (ph-fill) */
.ph-fill.ph-wifi-high:before { content: "\e4ea"; }
.ph-fill.ph-cell-signal-medium:before { content: "\e148"; }
.ph-fill.ph-battery-vertical-medium:before { content: "\e7c0"; }
.ph-fill.ph-map-pin:before { content: "\e316"; }
.ph-fill.ph-play:before { content: "\e3d0"; }
.ph-fill.ph-play-circle:before { content: "\e3d2"; }
.ph-fill.ph-navigation-arrow:before { content: "\eade"; }
.ph-fill.ph-timer:before { content: "\e492"; }
.ph-fill.ph-check-circle:before { content: "\e184"; }
.ph-fill.ph-facebook-logo:before { content: "\e226"; }
.ph-fill.ph-linkedin-logo:before { content: "\e2ee"; }
.ph-fill.ph-x-logo:before { content: "\e4bc"; }













