/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

@import "https://cdn.jsdelivr.net/npm/daisyui@5";

@font-face {
    font-family: 'Satoshi';
    src: url("/assets/Satoshi-Variable-0513381f.woff2") format('woff2'),
         url("/assets/Satoshi-Variable-6cebd608.woff") format('woff'),
         url("/assets/Satoshi-Variable-a84003fd.ttf") format('truetype');
    font-weight: 300 900;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi-Italic';
    src: url("/assets/Satoshi-VariableItalic-7955f7fb.woff2") format('woff2'),
         url("/assets/Satoshi-VariableItalic-e90044bd.woff") format('woff'),
         url("/assets/Satoshi-VariableItalic-8e6ab5b4.ttf") format('truetype');
    font-weight: 300 900;
    font-display: swap;
    font-style: italic;
}
