/** * @license * * Font Family: General Sans * Designed by: Frode Helland * URL: https://www.fontshare.com/fonts/general-sans * © 2022 Indian Type Foundry * * Font Styles: * General Sans Variable(Variable font) * General Sans Variable Italic(Variable font) * General Sans Extralight * General Sans Extralight Italic * General Sans Light * General Sans Light Italic * General Sans Regular * General Sans Italic * General Sans Medium * General Sans Medium Italic * General Sans Semibold * General Sans Semibold Italic * General Sans Bold * General Sans Bold Italic **//*** This is a variable font* You can controll variable axes as shown below:* font-variation-settings: 'wght' 700.0;** available axes:* 'wght' (range from 200.0 to 700.0)*/@font-face {  font-family: 'General Sans';  src: url('../images/GeneralSans-Variable.woff2') format('woff2'),    url('../images/GeneralSans-Variable.woff') format('woff'),    url('../images/GeneralSans-Variable.ttf') format('truetype');  font-weight: 200 700;  font-display: swap;  font-style: normal;}/*** This is a variable font* You can controll variable axes as shown below:* font-variation-settings: 'wght' 700.0;** available axes:* 'wght' (range from 200.0 to 700.0)*/@font-face {  font-family: 'General Sans';  src: url('../images/GeneralSans-VariableItalic.woff2') format('woff2'),    url('../images/GeneralSans-VariableItalic.woff') format('woff'),    url('../images/GeneralSans-VariableItalic.ttf') format('truetype');  font-weight: 500 700;  font-display: swap;  font-style: italic;}@font-face {  font-family: 'General Sans';  src: url('../images/GeneralSans-Medium.woff2') format('woff2'),    url('../images/GeneralSans-Medium.woff') format('woff'),    url('../images/GeneralSans-Medium.ttf') format('truetype');  font-weight: 500;  font-display: swap;  font-style: normal;}@font-face {  font-family: 'General Sans';  src: url('../images/GeneralSans-Semibold.woff2') format('woff2'),    url('../images/GeneralSans-Semibold.woff') format('woff'),    url('../images/GeneralSans-Semibold.ttf') format('truetype');  font-weight: 600;  font-display: swap;  font-style: normal;}@font-face {  font-family: 'General Sans';  src: url('../images/GeneralSans-Bold.woff2') format('woff2'),    url('../images/GeneralSans-Bold.woff') format('woff'),    url('../images/GeneralSans-Bold.ttf') format('truetype');  font-weight: 700;  font-display: swap;  font-style: normal;}/* Clash display */@font-face {  font-family: 'Clash Display';  src: url('../images/ClashDisplay-Bold.woff2') format('woff2'),    url('../images/ClashDisplay-Bold.woff') format('woff'),    url('../images/ClashDisplay-Bold.ttf') format('truetype');  font-weight: bold;  font-style: normal;}@font-face {  font-family: 'Clash Display';  src: url('../images/ClashDisplay-Medium.woff2') format('woff2'),    url('../images/ClashDisplay-Medium.woff') format('woff'),    url('../images/ClashDisplay-Medium.ttf') format('truetype');  font-weight: 500;  font-style: normal;}@font-face {  font-family: 'Clash Display';  src: url('../images/ClashDisplay-Regular.woff2') format('woff2'),    url('../images/ClashDisplay-Regular.woff') format('woff'),    url('../images/ClashDisplay-Regular.ttf') format('truetype');  font-weight: normal;  font-style: normal;}@font-face {  font-family: 'Clash Display';  src: url('../images/ClashDisplay-Semibold.woff2') format('woff2'),    url('../images/ClashDisplay-Semibold.woff') format('woff'),    url('../images/ClashDisplay-Semibold.ttf') format('truetype');  font-weight: 600;  font-style: normal;}