/* Font Awesome 6 - Minimal Version - Only Used Icons */
/* Original file: 101 KB | This minimal version: ~3 KB */
/* Contains only the CSS rules for icons actually used in this project */

/* CSS Variables */
:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}
:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}

/* Font Face Declarations */
@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}

/* Base Classes */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}
.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-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}
.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}
.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}
.fa-brands,.fab{font-weight:400}
.fa-regular,.far{font-weight:400}
.fa-solid,.fas{font-weight:900}

/* Icon Classes - Only the ones used in this project */
.fa-book:before{content:"\f02d"}
.fa-book-open:before{content:"\f518"}
.fa-calculator:before{content:"\f1ec"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-download:before{content:"\f019"}
.fa-droplet:before,.fa-tint:before{content:"\f043"}
.fa-grip-lines-vertical:before{content:"\f7a5"}
.fa-lightbulb:before{content:"\f0eb"}
.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}
.fa-pizza-slice:before{content:"\f818"}
.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}
.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}
