/* Primary brand typeface 
 * Using repo-hosted variable typeface
 * Includes weights 100–900, 100i–900i
*/
@font-face {
 font-family: "WW-Sans Variable"; /* Custom name forces the webpage to use our Raleway variable instead of any system version installed */
 src: 
  url('https://cdn.staticdelivr.com/gh/wandw-mktg/Raleway/main/Raleway-VF.woff2') format('woff2 supports variations'), 
  url('https://cdn.staticdelivr.com/gh/wandw-mktg/Raleway/main/Raleway-VF.woff2') format('woff2-variations'), 
  url('https://cdn.staticdelivr.com/gh/wandw-mktg/Raleway/main/Raleway-VF.woff') format('woff-variations'), 
  url('https://cdn.staticdelivr.com/gh/wandw-mktg/Raleway/main/Raleway-VF.ttf') format('truetype-variations');
 font-weight: 100 900;
 font-style: normal;
 font-display: swap;
 font-feature-settings: "liga" 1, "clig" 1, "kern" 1, "ss01" 1, "ss03" 1, "ss08" 1, "ss09" 1, "ss11" 1; /* Custom style sets to use a more standard 'w' and remove tails on vowels */
}
@font-face {
 font-family: "WW-Sans Variable"; /* Custom name forces the webpage to use our Raleway variable instead of any system version installed */
 src: 
  url('https://cdn.staticdelivr.com/gh/wandw-mktg/Raleway/main/Raleway-Italic-VF.woff2') format('woff2 supports variations'), 
  url('https://cdn.staticdelivr.com/gh/wandw-mktg/Raleway/main/Raleway-Italic-VF.woff2') format('woff2-variations'), 
  url('https://cdn.staticdelivr.com/gh/wandw-mktg/Raleway/main/Raleway-Italic-VF.woff') format('woff-variations'), 
  url('https://cdn.staticdelivr.com/gh/wandw-mktg/Raleway/main/Raleway-Italic-VF.ttf') format('truetype-variations');
 font-weight: 100 900;
 font-style: italic;
 font-display: swap;
 font-feature-settings: "liga" 1, "clig" 1, "kern" 1, "ss01" 1, "ss03" 1, "ss08" 1, "ss09" 1, "ss11" 1; /* Custom style sets to use a more standard 'w' and remove tails on vowels */
}
/* Primary fallback typeface with local source
 * Using local source of default macOS typeface – Avenir Next
 * Includes ascent and descent overrides, and size-adjust 
 * Includes weights 400, 400i, 600, 600i, 700, and 700i
*/
@font-face {
  ascent-override:86.59%;
  descent-override:21.56%;
  font-family:"WW-Sans Fallback";
  font-style : normal;
  font-weight : 400;
  line-gap-override:0%;
  size-adjust:100.2313296903%;
  src:local("Avenir Next"),
   local("AvenirNext-Regular");
}
@font-face {
  ascent-override:86.59%;
  descent-override:21.56%;
  font-family:"WW-Sans Fallback";
  font-style : normal;
  font-weight : 600;
  line-gap-override:0%;
  size-adjust:100.2313296903%;
  src:local("Avenir Next Demi Bold"),
   local("AvenirNext-DemiBold");
}
@font-face {
  ascent-override:86.59%;
  descent-override:21.56%;
  font-family:"WW-Sans Fallback";
  font-style : normal;
  font-weight : 700;
  line-gap-override:0%;
  size-adjust:100.2313296903%;
  src:local("Avenir Next Bold"),
   local("AvenirNext-Bold");
}
@font-face {
  ascent-override:86.59%;
  descent-override:21.56%;
  font-family:"WW-Sans Fallback";
  font-style : italic;
  font-weight : 400;
  line-gap-override:0%;
  size-adjust:100.2313296903%;
  src:local("Avenir Next Italic"),
   local("AvenirNext-Italic");
}
@font-face {
  ascent-override:86.59%;
  descent-override:21.56%;
  font-family:"WW-Sans Fallback";
  font-style : normal;
  font-weight : 600;
  line-gap-override:0%;
  size-adjust:100.2313296903%;
  src:local("Avenir Next Demi Bold Italic"),
   local("AvenirNext-DemiBoldItalic");
}
@font-face {
  ascent-override:86.59%;
  descent-override:21.56%;
  font-family:"WW-Sans Fallback";
  font-style : italic;
  font-weight : 700;
  line-gap-override:0%;
  size-adjust:100.2313296903%;
  src:local("Avenir Next Bold Italic"),
   local("AvenirNext-BoldItalic");
}
/* Dedicated fallback for Windows operating systems
 * Using local source of default Windows typeface – Avenir Next LT Pro
 * Includes ascent and descent overrides, and size-adjust
 * Includes weights 400, 400i, 700, and 700i
*/
@font-face {
  ascent-override:86.59%;
  descent-override:21.56%;
  font-family:"WW-Sans Fallback Windows";
  font-style : normal;
  font-weight : 400;
  line-gap-override:0%;
  size-adjust:108.56%;
  src:local("Avenir Next LT Pro"),
   local("AvenirNextLTPro-Regular");
}
@font-face {
  ascent-override:86.59%;
  descent-override:21.56%;
  font-family:"WW-Sans Fallback Windows";
  font-style : italic;
  font-weight : 400;
  line-gap-override:0%;
  size-adjust:108.56%;
  src:local("Avenir Next LT Pro Italic"),
   local("AvenirNextLTPro-It");
}
@font-face {
  ascent-override:86.59%;
  descent-override:21.56%;
  font-family:"WW-Sans Fallback Windows";
  font-style : normal;
  font-weight : 700;
  line-gap-override:0%;
  size-adjust:108.56%;
  src:local("Avenir Next LT Pro Bold"),
   local("AvenirNextLTPro-Bold");
}
@font-face {
  ascent-override:86.59%;
  descent-override:21.56%;
  font-family:"WW-Sans Fallback Windows";
  font-style : italic;
  font-weight : 700;
  line-gap-override:0%;
  size-adjust:108.56%;
  src:local("Avenir Next LT Pro Bold Italic"),
   local("AvenirNextLTPro-BoldIt");
}
