@font-face {
  font-family: 'Always Forever';
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: local('Always Forever'), url('Always Forever.woff2') format('woff2'),
       url('Always Forever.woff') format('woff');}

 @font-face {
   font-family: 'Always Forever Bold';
   font-weight: 600;  
   font-style: normal;
   font-display: swap; /* Read next point */
   unicode-range: U+000-5FF; /* Download only latin glyphs */
   src: local('Always Forever Bold'), url('Always Forever Bold.woff2') format('woff2'),
        url('Always Forever Bold.woff') format('woff');}
