@font-face {
    font-family: 'Orgreave';
    src: url('/assets/twill/fonts/orgreave.ttf') format('truetype'); /* Adjust format if needed */
    font-style: normal; /* Default style */
}

.ff-orgreave-thin {
    font-family: 'Orgreave', serif;
    font-weight: 100; /* Thin */
    font-style: normal;
}

.ff-orgreave-regular {
    font-family: 'Orgreave', serif;
    font-weight: 400; /* Regular */
    font-style: normal;
}

.ff-orgreave-bold {
    font-family: 'Orgreave', serif;
    font-weight: 700; /* Bold */
    font-style: normal;
}

.ff-orgreave-thin-italic {
    font-family: 'Orgreave', serif;
    font-weight: 100; /* Thin */
    font-style: italic;
}

.ff-orgreave-regular-italic {
    /*font-family: 'Orgreave', serif;*/
    font-family: serif;
    font-weight: 400; /* Regular */
    font-style: italic;
}

.ff-orgreave-bold-italic {
    font-family: 'Orgreave', serif;
    font-weight: 700; /* Bold */
    font-style: italic;
}
