body {
    font-family: 'OpenRunde', sans-serif !important;
    font-weight: 300; /* Light, par exemple */
  }


/* OpenRunde Regular */
@font-face {
    font-family: 'OpenRunde';
    src: url('../fonts/OpenRunde-Regular.woff2') format('woff2'),
         url('../fonts/OpenRunde-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }
  
  /* OpenRunde Medium */
  @font-face {
    font-family: 'OpenRunde';
    src: url('../fonts/OpenRunde-Medium.woff2') format('woff2'),
         url('../fonts/OpenRunde-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
  }
  
  /* OpenRunde SemiBold */
  @font-face {
    font-family: 'OpenRunde';
    src: url('../fonts/OpenRunde-Semibold.woff2') format('woff2'),
         url('../fonts/OpenRunde-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
  }
  
  /* OpenRunde Bold */
  @font-face {
    font-family: 'OpenRunde';
    src: url('../fonts/OpenRunde-Bold.woff2') format('woff2'),
         url('../fonts/OpenRunde-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }
  