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

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

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

