/* General Sans Font Stylesheet */

@font-face {
    font-family: 'General Sans';
    src: url('GeneralSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'General Sans';
    src: url('GeneralSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'General Sans';
    src: url('GeneralSans-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

/* Usage Example */
/*
body {
    font-family: 'General Sans', sans-serif;
}
*/
