@font-face {
    font-family: 'heading-font';
    src: url('lemajor-regular.woff2') format('woff2'),
            url('lemajor-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'body-font';
    src: url('inter-bold.woff2') format('woff2'),
        url('Inter-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'body-font';
    src: url('inter-regular.woff2') format('woff2'),
        url('inter-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'body-font';
    src: url('inter-light.woff2') format('woff2'),
        url('inter-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'subheading-font';
    src: url('CommutersSans-Regular.woff2') format('woff2'),
        url('CommutersSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'subheading-font';
    src: url('CommutersSans-SemiBold.woff2') format('woff2'),
        url('CommutersSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'button-font';
    src: url('CommutersSans-SemiBold.woff2') format('woff2'),
        url('CommutersSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'input-font';
    src: url('gatwick-bold.woff2') format('woff2'),
        url('gatwick-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}