/* @import url('../inter/Approach-Bold-wf/style.css');
@import url('../inter/Approach-Light-wf/style.css');
@import url('../inter/Approach-Medium-wf/style.css');
@import url('../inter/Approach-Regular-wf/style.css');
@import url('../inter/Approach-Semibold-wf/style.css'); */

/* Combined Approach Font Styles */

@font-face {
  font-family: 'Approach';
  src: url('Approach-Bold-wf/wf/Ap1000-Bd.woff2') format('woff2'),
    /* Modern Browsers */ url('Approach-Bold-wf/wf/Ap1000-Bd.woff')
      format('woff'); /* Fallback */
  font-style: normal;
  font-weight: 700;
  /* text-rendering: optimizeLegibility; */
  font-display: swap;
}

@font-face {
  font-family: 'Approach';
  src: url('Approach-Light-wf/wf/Ap1000-Lt.woff2') format('woff2'),
    /* Modern Browsers */ url('Approach-Light-wf/wf/Ap1000-Lt.woff')
      format('woff'); /* Fallback */
  font-style: normal;
  font-weight: 300;
  /* text-rendering: optimizeLegibility; */
  font-display: swap;
}

@font-face {
  font-family: 'Approach';
  src: url('Approach-Medium-wf/wf/Ap1000-Md.woff2') format('woff2'),
    /* Modern Browsers */ url('Approach-Medium-wf/wf/Ap1000-Md.woff')
      format('woff'); /* Fallback */
  font-style: normal;
  font-weight: 500;
  /* text-rendering: optimizeLegibility; */
  font-display: swap;
}

@font-face {
  font-family: 'Approach';
  src: url('Approach-Regular-wf/wf/Ap1000-Rg.woff2') format('woff2'),
    /* Modern Browsers */ url('Approach-Regular-wf/wf/Ap1000-Rg.woff')
      format('woff'); /* Fallback */
  font-style: normal;
  font-weight: 400;
  /* text-rendering: optimizeLegibility; */
  font-display: swap;
}

@font-face {
  font-family: 'Approach';
  src: url('Approach-Semibold-wf/wf/Ap1000-SmBd.woff2') format('woff2'),
    /* Modern Browsers */ url('Approach-Semibold-wf/wf/Ap1000-SmBd.woff')
      format('woff'); /* Fallback */
  font-style: normal;
  font-weight: 600;
  /* text-rendering: optimizeLegibility; */
  font-display: swap;
}
