@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("./webfonts/fa-regular-400.woff2") format("woff2"), url("./webfonts/fa-regular-400.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Font Awesome 6 Free Solid";
  src: url("./webfonts/fa-solid-900.woff2") format("woff2"), url("./webfonts/fa-solid-900.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.fa-image {
    position: relative;
}

.fa-image:before {
    content: "\f03e";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    text-decoration: inherit;
}

.fa-open {
    position: relative;
}

.fa-open:before {
    content: "\f07c";
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    text-decoration: inherit;
}

.fa-download {
    position: relative;
}

.fa-download:before {
    content: "\f019";
    font-family: "Font Awesome 6 Free Solid";
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    text-decoration: inherit;
}

.fa-eye {
    position: relative;
}

.fa-eye:before {
    content: "\f06e";
    font-family: "Font Awesome 6 Free Solid";
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    text-decoration: inherit;
}

.fa-eye-slash {
    position: relative;
}

.fa-eye-slash:before {
    content: "\f070";
    font-family: "Font Awesome 6 Free Solid";
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    text-decoration: inherit;
}

.fa-print {
    position: relative;
}

.fa-print:before {
    content: "\f02f";
    font-family: "Font Awesome 6 Free Solid";
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    text-decoration: inherit;
}

.fa-file {
    position: relative;
}

.fa-file:before {
    content: "\f15b";
    font-family: "Font Awesome 6 Free Solid";
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    text-decoration: inherit;
}

.fa-camera-retro {
    position: relative;
}

.fa-camera-retro:before {
    content: "\f083";
    font-family: "Font Awesome 6 Free Solid";
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    text-decoration: inherit;
}

.fa-table {
    position: relative;
}

.fa-table:before {
    content: "\f0ce";
    font-family: "Font Awesome 6 Free Solid";
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    text-decoration: inherit;
}

.fa-arrow-down-up-across-line {
    position: relative;
}

.fa-arrow-down-up-across-line:before {
    content: "\e4af";
    font-family: "Font Awesome 6 Free Solid";
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    text-decoration: inherit;
}