.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Pro");
	font-weight: var(--fa-style, 900);
}
  
  .fa,
  .fas,
  .fa-solid,
  .far,
  .fa-regular,
  .fal,
  .fa-light,
  .fat,
  .fa-thin,
  .fad,
  .fa-duotone,
  .fab,
  .fa-brands {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

/* Icons Here */

.fa-rectangle-terminal::before {
	content: "\e236";
}

.fa-camera::before {
	content: "\f030";
}

.fa-cube::before {
	content: "\f1b2";
}

/* Styles */

:root, :host {
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"; }
  
  @font-face {
	font-family: 'Font Awesome 6 Pro';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("fontawesome/webfonts/fa-solid-900.ttf") format("truetype"); }
  
  .fas,
  .fa-solid {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900; }