/* In main.css oder separate fonts.css */
@font-face {
    font-family: 'BACKCOUNTRY Regular';
    src: url('/designcustomizer/fonts/BACKCOUNTRY-Regular.woff2') format('woff2'),
         url('/designcustomizer/fonts/BACKCOUNTRY-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Für bessere Performance */
}

/* Font-Stack für Fallbacks */
.maritime-font {
    font-family: 'BACKCOUNTRY Regular', 'Maritime Bold', 'Impact', sans-serif;
}

/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/designcustomizer/fonts/roboto/roboto-v48-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/designcustomizer/fonts/roboto/roboto-v48-latin-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/designcustomizer/fonts/roboto/roboto-v48-latin-700.woff2') format('woff2');
}

/* Poppins */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/designcustomizer/fonts/poppins/poppins-v23-latin-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/designcustomizer/fonts/poppins/poppins-v23-latin-600.woff2') format('woff2');
}

/* Raleway */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/designcustomizer/fonts/raleway/raleway-v36-latin-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/designcustomizer/fonts/raleway/raleway-v36-latin-700.woff2') format('woff2');
}