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

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

@font-face {
    font-family: 'AG';
    src: url('AG-Bold.woff2') format('woff2'),
        url('AG-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AG';
    src: url('AG-Black.woff2') format('woff2'),
        url('AG-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AG';
    src: url('AG-Heavy.woff2') format('woff2'),
        url('AG-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}