/*
 * 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.
 */

@font-face {
    font-family: 'Ricordi';
    src: url("/assets/TT-Ricordi-Allegria-Variable-7cdec5e6.ttf");
}

@font-face {
    font-family: 'Commons';
    src: url("/assets/TT_Commons_Pro_Regular-c9819e67.ttf");
    font-weight: normal;
}

@font-face {
    font-family: 'Commons';
    src: url("/assets/TT_Commons_Pro_Medium-b8351f10.ttf");
    font-weight: 500;
}

@font-face {
    font-family: 'Commons';
    src: url("/assets/TT_Commons_Pro_Bold-0657e83f.ttf");
    font-weight: bold;
}

turbo-frame {
    width: 100%;
}