/* Font definitions */
@font-face {
    font-family: 'Quicksand';
    src: url('/fonts/Quicksand_Book.otf') format('opentype'),
         url('./fonts/Quicksand_Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/fonts/Quicksand_Book_Oblique.otf') format('opentype'),
         url('./fonts/Quicksand_Book_Oblique.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/fonts/Quicksand_Bold.otf') format('opentype'),
         url('./fonts/Quicksand_Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/fonts/Quicksand_Bold_Oblique.otf') format('opentype'),
         url('./fonts/Quicksand_Bold_Oblique.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/fonts/Quicksand_Light.otf') format('opentype'),
         url('./fonts/Quicksand_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/fonts/Quicksand_Light_Oblique.otf') format('opentype'),
         url('./fonts/Quicksand_Light_Oblique.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Font classes */
.font-book {
    font-family: 'Quicksand', sans-serif;
} 