/* Font Definitions */

/* Font 1 */
@font-face {
  font-family: 'F';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../f1.woff2') format('woff2');
}

/* Font 2 */
@font-face {
  font-family: 'F';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../f2.woff2') format('woff2');
}

/* Font 3 */
@font-face {
  font-family: 'F';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../f3.woff2') format('woff2');
}

/* Font 4 */
@font-face {
  font-family: 'F';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../f4.woff2') format('woff2');
}

/* System fonts */
body, html {
  font-family: 'F', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-display: swap;
}
