@font-face {
    font-family: 'The Delicate';
    src: url('/assets/twill/fonts/the-delicate-demo.ttf') format('truetype');
    font-style: normal;
}

.ff-delicate-thin {
    font-family: 'The Delicate', sans-serif;
    font-weight: 100;
    font-style: normal;
}

.ff-delicate-light {
    font-family: 'The Delicate', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ff-delicate-regular {
    font-family: 'The Delicate', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ff-delicate-bold {
    font-family: 'The Delicate', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ff-delicate-black {
    font-family: 'The Delicate', sans-serif;
    font-weight: 900;
    font-style: normal;
}

.ff-delicate-thin-italic {
    font-family: 'The Delicate', sans-serif;
    font-weight: 100;
    font-style: italic;
}

.ff-delicate-light-italic {
    font-family: 'The Delicate', sans-serif;
    font-weight: 300;
    font-style: italic;
}

.ff-delicate-regular-italic {
    font-family: 'The Delicate', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.ff-delicate-bold-italic {
    font-family: 'The Delicate', sans-serif;
    font-weight: 700;
    font-style: italic;
}

.ff-delicate-black-italic {
    font-family: 'The Delicate', sans-serif;
    font-weight: 900;
    font-style: italic;
}
