@font-face {
    font-family: Roobert;
    src: url(../fonts/RoobertTRIAL-LightItalic.otf);
    font-style: italic;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: Roobert;
    src: url(../fonts/RoobertTRIAL-Light.otf);
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: Roobert;
    src: url(../fonts/RoobertTRIALVF.ttf);
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}



/* OLD */


@font-face {
    font-family: 'Rand';
    src: url('../fonts/Rand-Regular.woff2') format('woff2'), url('../fonts/Rand-Regular.woff') format('woff'), url('../fonts/Rand-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Rand';
    src: url('../fonts/Rand-Medium.woff2') format('woff2'), url('../fonts/Rand-Medium.woff') format('woff'), url('../fonts/Rand-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Rand mono';
    src: url('../fonts/Rand-Mono-Medium.woff2') format('woff2'), url('../fonts/Rand-Mono-Medium.woff') format('woff'), url('../fonts/Rand-Mono-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }