/* Nunito brand font-face declarations.
   This file has Jekyll front matter so Liquid processes `relative_url`
   and the paths work correctly on GitHub Pages (where baseurl = /genomeblocks). */

@font-face { font-family: "Nunito"; font-weight: 300; font-style: normal;
  src: url("/genomeblocks/assets/fonts/Nunito-Light.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Nunito"; font-weight: 400; font-style: normal;
  src: url("/genomeblocks/assets/fonts/Nunito-Regular.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Nunito"; font-weight: 400; font-style: italic;
  src: url("/genomeblocks/assets/fonts/Nunito-Italic.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Nunito"; font-weight: 500; font-style: normal;
  src: url("/genomeblocks/assets/fonts/Nunito-Medium.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Nunito"; font-weight: 600; font-style: normal;
  src: url("/genomeblocks/assets/fonts/Nunito-SemiBold.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Nunito"; font-weight: 700; font-style: normal;
  src: url("/genomeblocks/assets/fonts/Nunito-Bold.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Nunito"; font-weight: 700; font-style: italic;
  src: url("/genomeblocks/assets/fonts/Nunito-BoldItalic.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Nunito"; font-weight: 800; font-style: normal;
  src: url("/genomeblocks/assets/fonts/Nunito-ExtraBold.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Nunito"; font-weight: 800; font-style: italic;
  src: url("/genomeblocks/assets/fonts/Nunito-ExtraBoldItalic.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Nunito"; font-weight: 900; font-style: normal;
  src: url("/genomeblocks/assets/fonts/Nunito-Black.ttf") format("truetype"); font-display: swap; }
