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

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

body {
color: #fff;
font-family: "Sequel Sans";
font-style: normal;
font-weight: normal;
line-height: normal;
font-size: 16px;
letter-spacing: -1.05px;
}

h3 {
font-size: 19px;
letter-spacing: -1.05px;
}