/* Local font-face declarations.
   Include in <head> as: <link rel="stylesheet" href="fonts/_fonts.css"> 
   Paths are relative to this file (fonts/).
*/

/* Inter (variable) */
@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url('inter/Inter-Variable.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:italic;font-weight:100 900;font-display:swap;src:url('inter/Inter-Italic-Variable.woff2') format('woff2');}

/* Poppins (static) */
@font-face{font-family:'Poppins';font-style:normal;font-weight:300;font-display:swap;src:url('poppins/Poppins-300.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url('poppins/Poppins-400.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url('poppins/Poppins-500.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url('poppins/Poppins-600.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url('poppins/Poppins-700.woff2') format('woff2');}

@font-face{font-family:'Poppins';font-style:italic;font-weight:300;font-display:swap;src:url('poppins/Poppins-300-italic.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:italic;font-weight:400;font-display:swap;src:url('poppins/Poppins-400-italic.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:italic;font-weight:500;font-display:swap;src:url('poppins/Poppins-500-italic.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:italic;font-weight:600;font-display:swap;src:url('poppins/Poppins-600-italic.woff2') format('woff2');}
@font-face{font-family:'Poppins';font-style:italic;font-weight:700;font-display:swap;src:url('poppins/Poppins-700-italic.woff2') format('woff2');}

/* Brandon Grotesque (optional) */
@font-face{font-family:'Brandon Grotesque';font-style:normal;font-weight:400;font-display:swap;src:url('brandon-grotesque/brandon-grotesque-regular.woff2') format('woff2');}
@font-face{font-family:'Brandon Grotesque';font-style:normal;font-weight:500;font-display:swap;src:url('brandon-grotesque/brandon-grotesque-medium.woff2') format('woff2');}
@font-face{font-family:'Brandon Grotesque';font-style:italic;font-weight:500;font-display:swap;src:url('brandon-grotesque/brandon-grotesque-medium-italic.woff2') format('woff2');}

/* Solid Icons */
@font-face {font-family:'Font Awesome 6 Free';font-style:normal;font-weight:900;font-display:swap;src:url('fa-solid-900.woff2') format('woff2');}

/* Regular Icons */
@font-face {font-family: 'Font Awesome 6 Free';font-style:normal;font-weight:400;font-display:swap;src:url('fa-regular-400.woff2') format('woff2');}

/* Basis-Klassen */
.fa, .fas, .fa-solid, .far, .fa-regular {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Free';
}

.fa-solid, .fas { font-weight: 900; }
.fa-regular, .far { font-weight: 400; }

/* Icon-Mappings für blossom.at */
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-angle-up:before { content: "\f106"; }
.fa-angle-down:before { content: "\f107"; }
.fa-share-nodes:before { content: "\f1e0"; }

/* Social Media (falls du diese nutzt) */
.fa-facebook:before { content: "\f09a"; }
.fa-instagram:before { content: "\f16d"; }
.fa-twitter:before { content: "\f099"; }
.fa-behance:before { content: "\f1b4"; }
.fa-dribbble:before { content: "\f17d"; }