@import url(https://fontsapi.pages.dev/catalogue.css);

h1, h2, h3, h4, h5, h6 {
    font-family: 'Barclay Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

p, li {
    font-family: 'Barclay Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

button {
    font-family: 'Barclay Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    font-size: 16px;
    background-color: #0247fe;
    color: #ffffff;
    cursor: pointer;
    padding: 10px;
    border: none;
}
button:hover {
    background-color: #273be2;
    color: #ffffff;
}