/**
 * @license
 *
 * Font Family: General Sans
 * Designed by: Frode Helland
 * URL: https://www.fontshare.com/fonts/general-sans
 * © 2021 Indian Type Foundry
 *
 * Font Styles:
 * General Sans Variable(Variable font)
 * General Sans Extralight
 * General Sans Light
 * General Sans Regular
 * General Sans Medium
 * General Sans Semibold
 * General Sans Bold
 *
*/


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 200.0;
*
* available axes:

* 'wght' (range from 200.0 to 700.0)

*/

@font-face {
  font-family: 'RoxboroughCF-Thin';
  src: url('../fonts/roxborough-cf/RoxboroughCF-Thin.otf') format('opentype');
       font-weight: 200 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'RoxboroughCF-Regular';
  src: url('../fonts/roxborough-cf/RoxboroughCF-Regular.otf') format('opentype');
       font-weight: 200;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'RoxboroughCF-Medium';
  src: url('../fonts/roxborough-cf/RoxboroughCF-Medium.otf') format('opentype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'RoxboroughCF-Light';
  src: url('../fonts/roxborough-cf/RoxboroughCF-Light.otf') format('opentype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'RoxboroughCF-Heavy';
  src: url('../fonts/roxborough-cf/RoxboroughCF-Heavy.otf') format('opentype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'RoxboroughCF-ExtraBold';
  src: url('../fonts/roxborough-cf/RoxboroughCF-ExtraBold.otf') format('opentype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'RoxboroughCF-DemiBold';
  src: url('../fonts/roxborough-cf/RoxboroughCF-DemiBold.otf') format('opentype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'RoxboroughCF-Bold';
  src: url('../fonts/roxborough-cf/RoxboroughCF-Bold.otf') format('opentype');
       font-weight: 800;
       font-display: swap;
       font-style: normal;
}