﻿/**
 * LandLords: Epos вЂ” Font Face Declarations
 *
 * Cinzel: headings, titles, medieval UI chrome
 * Literata: body copy, descriptions, chat
 * Cinzel: headings, titles, medieval UI chrome
 *
 * Actual .woff2 files should be placed alongside this CSS.
 * Fallback: system serif fonts when web fonts unavailable.
 *
 * @version 1.0.0
 */

/* Cinzel вЂ” Regular 400 */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Cinzel'),
       local('Cinzel-Regular'),
       url('cinzel-regular.woff2') format('woff2');
}

/* Cinzel вЂ” Bold 700 */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Cinzel Bold'),
       local('Cinzel-Bold'),
       url('cinzel-bold.woff2') format('woff2');
}

/* Literata вЂ” Regular 400 */
@font-face {
  font-family: 'Literata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Literata'),
       local('Literata-Regular'),
       url('literata-regular.woff2') format('woff2');
}

/* Literata вЂ” Italic 400 */
@font-face {
  font-family: 'Literata';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Literata Italic'),
       local('Literata-Italic'),
       url('literata-italic.woff2') format('woff2');
}

/* Literata вЂ” Bold 700 */
@font-face {
  font-family: 'Literata';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Literata Bold'),
       local('Literata-Bold'),
       url('literata-bold.woff2') format('woff2');
}

/* Fira Code вЂ” Regular 400 */
@font-face {
  font-family: 'Fira Code';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Fira Code'),
       local('FiraCode-Regular');
}

/* Fira Code вЂ” Medium 500 */
@font-face {
  font-family: 'Fira Code';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Fira Code Medium'),
       local('FiraCode-Medium');
}
