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

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

@font-face {
    font-family: 'Domaine Text';
    src: url("/static/fonts/TestDomaineText-LightItalic.66e1a4a7c71c.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";
}