<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* fontDefs.css */
@font-face
{
  font-family:'BreeSerif-Regular' ;
  src: local('BreeSerif-Regular'),
    url('/fonts/BreeSerif-Regular.otf') format('opentype') ;
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family:'BreeSerif' ;
  src: local('BreeSerif'),
    url('/fonts/BreeSerif-Regular.otf') format('opentype') ;
  font-weight: 400 ;
  font-style: normal ;
}

@font-face
{
  font-family:'Quicksand-Bold' ;
  src: local('Quicksand-Bold'),
    url('/fonts/Quicksand-Bold.otf') format('opentype') ;
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family:'Quicksand' ;
  src: local('Quicksand'),
    url('/fonts/Quicksand-Bold.otf') format('opentype') ;
  font-weight: 700 ;
  font-style: normal ;
}

@font-face
{
  font-family:'Quicksand-BoldItalic' ;
  src: local('Quicksand-BoldItalic'),
    url('/fonts/Quicksand-BoldItalic.otf') format('opentype') ;
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family:'QuicksandItalic' ;
  src: local('QuicksandItalic'),
    url('/fonts/Quicksand-BoldItalic.otf') format('opentype') ;
  font-weight: 700 ;
  font-style: normal ;
}

@font-face
{
  font-family:'Quicksand-Italic' ;
  src: local('Quicksand-Italic'),
    url('/fonts/Quicksand-Italic.otf') format('opentype') ;
  font-weight: normal;
  font-style: italic;
}

@font-face
{
  font-family:'Quicksand' ;
  src: local('Quicksand'),
    url('/fonts/Quicksand-Italic.otf') format('opentype') ;
  font-weight: normal ;
  font-style: italic ;
}

@font-face
{
  font-family:'Quicksand-Light' ;
  src: local('Quicksand-Light'),
    url('/fonts/Quicksand-Light.otf') format('opentype') ;
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family:'Quicksand' ;
  src: local('Quicksand'),
    url('/fonts/Quicksand-Light.otf') format('opentype') ;
  font-weight: 300 ;
  font-style: normal ;
}

@font-face
{
  font-family:'Quicksand-LightItalic' ;
  src: local('Quicksand-LightItalic'),
    url('/fonts/Quicksand-LightItalic.otf') format('opentype') ;
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family:'QuicksandItalic' ;
  src: local('QuicksandItalic'),
    url('/fonts/Quicksand-LightItalic.otf') format('opentype') ;
  font-weight: 300 ;
  font-style: normal ;
}

@font-face
{
  font-family:'Quicksand-Regular' ;
  src: local('Quicksand-Regular'),
    url('/fonts/Quicksand-Regular.otf') format('opentype') ;
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family:'Quicksand' ;
  src: local('Quicksand'),
    url('/fonts/Quicksand-Regular.otf') format('opentype') ;
  font-weight: 400 ;
  font-style: normal ;
}

@font-face
{
  font-family:'Quicksand_Dash' ;
  src: local('Quicksand_Dash'),
    url('/fonts/Quicksand_Dash.otf') format('opentype') ;
  font-weight: normal;
  font-style: normal;
}

</pre></body></html>