/**
 * @license
 *
 * Font Family: General Sans
 * Using Inter from Google Fonts as a fallback
 *
*/

/* Fallback using Inter from Google Fonts */
@font-face {
    font-family: 'GeneralSans-Extralight';
    src: local('Inter');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'GeneralSans-ExtralightItalic';
    src: local('Inter');
    font-weight: 200;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'GeneralSans-Light';
    src: local('Inter');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'GeneralSans-LightItalic';
    src: local('Inter');
    font-weight: 300;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'GeneralSans-Regular';
    src: local('Inter');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'GeneralSans-Italic';
    src: local('Inter');
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'GeneralSans-Medium';
    src: local('Inter');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'GeneralSans-MediumItalic';
    src: local('Inter');
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'GeneralSans-Semibold';
    src: local('Inter');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'GeneralSans-SemiboldItalic';
    src: local('Inter');
    font-weight: 600;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'GeneralSans-Bold';
    src: local('Inter');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'GeneralSans-BoldItalic';
    src: local('Inter');
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}

/* Variable font fallback */
@font-face {
    font-family: 'General Sans';
    src: local('Inter');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}
