
@font-face {
font-family: 'Morganite';
font-style: normal;
font-weight: normal;
src: local('Morganite'), url('Morganite-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Morganite-Custom';
    font-style: normal;
    font-weight: normal;
    src: local('Morganite-Custom'), url('Morganite-SemiBold-1.woff') format('woff');
}

@font-face {
    font-family: 'Morganite-Bold';
    src: local('Morganite Bold'), local('Morganite-Bold'),
        url('Morganite-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Basis-Grotesque-Regular';
    src: url('basis-grotesque-regular.woff2') format('woff2'),
        url('basis-grotesque-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Basis-Grotesque-Bold';
    src: url('basis-grotesque-bold.woff2') format('woff2'),
        url('basis-grotesque-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}