/*
Theme Name: Slt Child Theme
Description: This is a custom child theme for Slt
Theme URI:   
Author: 
Author URI:  
Template: slt
Version: 1.0
*/

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

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Black.woff2) format('woff2'),
        url(../fonts/Roboto-Black.woff) format('woff'),
        url(../fonts/Roboto-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-ThinItalic.woff2) format('woff2'),
        url(../fonts/Roboto-ThinItalic.woff) format('woff'),
        url(../fonts/Roboto-ThinItalic.ttf) format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-BlackItalic.woff2) format('woff2'),
        url(../fonts/Roboto-BlackItalic.woff) format('woff'),
        url(../fonts/Roboto-BlackItalic.ttf) format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-LightItalic.woff2) format('woff2'),
        url(../fonts/Roboto-LightItalic.woff) format('woff'),
        url(../fonts/Roboto-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-BoldItalic.woff2) format('woff2'),
        url(../fonts/Roboto-BoldItalic.woff) format('woff'),
        url(../fonts/Roboto-BoldItalic.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Italic.woff2) format('woff2'),
        url(../fonts/Roboto-Italic.woff) format('woff'),
        url(../fonts/Roboto-Italic.ttf) format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-MediumItalic.woff2) format('woff2'),
        url(../fonts/Roboto-MediumItalic.woff) format('woff'),
        url(../fonts/Roboto-MediumItalic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Medium.woff2) format('woff2'),
        url(../fonts/Roboto-Medium.woff) format('woff'),
        url(../fonts/Roboto-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Thin.woff2) format('woff2'),
        url(../fonts/Roboto-Thin.woff) format('woff'),
        url(../fonts/Roboto-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Light.woff2) format('woff2'),
        url(../fonts/Roboto-Light.woff) format('woff'),
        url(../fonts/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


:root {
    --headline-size-factor: 1;
  }
  

  
  /* Responsive Anpassungen */
  @media (max-width: 1200px) {
    :root {
      --headline-size-factor: 1;
    }
  }
  
  @media (max-width: 768px) {
    :root {
      --headline-size-factor: 0.75;
    }
  }
  
  @media (max-width: 480px) {
    :root {
      --headline-size-factor: 0.60;
    }
  }

