/*
 * 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 url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

.page {
  height: 100%;
}

:root {
  --tblr-font-sans-serif: 'Nunito Sans';
  /* --tblr-tabler: #149c75;
  --tblr-primary-rgb: 20, 156, 117;
  --tblr-body-color-rgb: 20, 156, 117;
  --tblr-primary: #149c75;
  --tblr-secondary: #4c6150;
  --tblr-secondary-darken: #3f4a41;
  --plyr-color-main: #149c75;
  --tblr-primary-darken: #176d55;
  --tblr-primary-darken-rgb: 23, 109, 85; */
}
