/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

  /* Hyresgästföreningens Typsnitt */
  @font-face {
      font-family: 'hyra_sansdisplay';
      src: url('/fonts/hyrasans-display-webfont.woff2') format('woff2'),
           url('/fonts/hyrasans-display-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'hyra_sansbold';
      src: url('/fonts/hyrasans-bold-webfont.woff2') format('woff2'),
           url('/fonts/hyrasans-bold-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'hyra_sans_textregular';
      src: url('/fonts/hyrasanstext-regular-webfont.woff2') format('woff2'),
           url('/fonts/hyrasanstext-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'hyra_sans_textregular_italic';
      src: url('/fonts/hyrasanstext-regularitalic-webfont.woff2') format('woff2'),
           url('/fonts/hyrasanstext-regularitalic-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }
  
  body {
      font-family: 'hyra_sans_textregular', sans-serif !important;
      font-size: 18px !important;
  }
  
  h1 {
      font-family:'hyra_sansdisplay' !important;
  }
  
  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }
  
  /* Anpassar färger och typsnitt på knapparna */
  
  .btn {
    min-width: 160px !important; /* Justera bredden efter behov */
  }
  
  .btn-primary {
    font-family:'hyra_sansbold' !important;
    background-color: #ff0037;
    border: #ff0037;
  }
  
  .btn-primary:hover {
    background-color: #ff0037;  
    box-shadow: 0px 0px 0px 3px rgba(123, 97, 255, 0.4);
  }
  
  .form-check input:checked + .btn-primary {
    font-family:'hyra_sansbold' !important;  
    background-color: #198754 !important;
    color: #fff !important;
  }

  /* Div. Subtitlar */

  .ls-questionhelp {
     color: #ff0037 !important;   
  }
      
  .survey-description {
      color: #000 !important;
  }
  
  .survey-welcome {
      color: #ff0037 !important;
      line-height: 1.5;
  }
  
  .ls-privacy-head {
      font-family:'hyra_sansbold' !important;
      color: #ff0037 !important;
      font-weight: bold;
  }

  .group-title {
      font-family:'hyra_sansdisplay' !important;
  }

