/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;600&family=Poppins:wght@400;600&display=swap'); */

@font-face {
    font-family: 'Azo Sans';
    src: url('../fonts/AzoSans-Light.woff2') format('woff2'),
        url('../fonts/AzoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Azo Sans';
    src: url('../fonts/AzoSans-Medium.woff2') format('woff2'),
        url('../fonts/AzoSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Azo Sans';
    src: url('../fonts/AzoSans-Thin.woff2') format('woff2'),
        url('../fonts/AzoSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Flecha';
    src: url('../fonts/FlechaS-Medium.woff2') format('woff2'),
        url('../fonts/FlechaS-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  :root{
    --main-font: 'Azo Sans', sans-serif;;
    --alt-font: "Flecha", sans-serif;
  }

body{
    font-family: 'Azo Sans', serif;
}

.bg-primary{
    background: #0f80c4 !important;
}

.bg-primary .acf-image-uploader .image-wrap img{
    background: #0f80c4;
}

#tinymce, #tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5{
    font-family: 'Azo Sans', serif;
}