

/* DEFINE FONTS */
@font-face {
    font-family: 'Play';
    src: url('/golab/static/fonts/Play-Regular.woff2') format('woff2') ;
    font-weight: 400;
    font-style: NORMAL;
}

@font-face {
    font-family: 'Play';
    src: url('/golab/static/fonts/Play-Bold.woff2') format('woff2') ;
    font-weight: 700;
    font-style: NORMAL;
}
  