@font-face {
    font-family: 'Johnson Display';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src:
        url('./JohnsonDisplay-Light.woff2') format('woff2'),
        url('./JohnsonDisplay-Light.woff') format('woff');
}

@font-face {
    font-family: 'Johnson Display';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src:
        url('./JohnsonDisplay-Regular.woff2') format('woff2'),
        url('./JohnsonDisplay-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Johnson Display';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src:
        url('./JohnsonDisplay-Medium.woff2') format('woff2'),
        url('./JohnsonDisplay-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Johnson Display';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src:
        url('./JohnsonDisplay-Bold.woff2') format('woff2'),
        url('./JohnsonDisplay-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Johnson Text';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src:
        url('./JohnsonText-Light.woff2') format('woff2'),
        url('./JohnsonText-Light.woff') format('woff');
}


@font-face {
    font-family: 'Johnson Text';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src:
        url('./JohnsonText-Regular.woff2') format('woff2'),
        url('./JohnsonText-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Johnson Text';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src:
        url('./JohnsonText-Medium.woff2') format('woff2'),
        url('./JohnsonText-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Johnson Text';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src:
        url('./JohnsonText-Bold.woff2') format('woff2'),
        url('./JohnsonText-Bold.woff') format('woff');
}

.g-app-title {
    font-family: 'Johnson Display', sans-serif;
    font-weight: 700;
}

body {
    font-family: 'Johnson Text', sans-serif;
    font-weight: 400;
}
