@import url("https://use.typekit.net/ubk1iuw.css");

@font-face {
    font-family: 'Domaine Text';
    src: url('/static/fonts/TestDomaineText-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Domaine Text';
    src: url('/static/fonts/TestDomaineText-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'alternate-gothic-atf', sans-serif;
}

* {
    font-family: "Domaine Text";
}