/* License Header bleibt unverändert */

/* Standard FontAwesome Variablen */
:root, :host {
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

/* FontAwesome Light */
@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Font Awesome 6 Pro'),
         url("../fonts/fa-light-300.woff2") format("woff2"),
         url("../fonts/fa-light-300.ttf") format("truetype");
}

.fal,
.fa-light {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
}

/* FontAwesome Solid */
@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Font Awesome 6 Pro Solid'),
         url("../fonts/fa-solid-900.woff2") format("woff2"),
         url("../fonts/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

/* FontAwesome Brands */
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Font Awesome 6 Brands'),
         url("../fonts/fa-brands-400.woff2") format("woff2"),
         url("../fonts/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

/* Icon Content */
.fa-cc-paypal:before { content: "\F1F4"; }
.fa-facebook-f:before { content: "\F39E"; }
.fa-instagram:before { content: "\f16d"; }
.fa-paypal:before { content: "\F1ED"; }

/* Roboto Regular */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'),
         url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'),
         url('../fonts/roboto-v30-latin-regular.woff') format('woff'),
         url('../fonts/roboto-v30-latin-regular.ttf') format('truetype');
}

/* Roboto Bold */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'),
         url('../fonts/roboto-v30-latin-700.woff2') format('woff2'),
         url('../fonts/roboto-v30-latin-700.woff') format('woff'),
         url('../fonts/roboto-v30-latin-700.ttf') format('truetype');
}

/* Roboto Condensed Regular */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Condensed'),
         url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'),
         url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'),
         url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype');
}

/* Roboto Condensed Bold */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Condensed Bold'),
         url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'),
         url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'),
         url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype');
}

/* Varela Round Regular */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Varela Round'),
         url('../fonts/varela-round-v12-latin-regular.woff2') format('woff2'),
         url('../fonts/varela-round-v12-latin-regular.woff') format('woff'),
         url('../fonts/varela-round-v12-latin-regular.ttf') format('truetype');
}