/*------------------------------------------------------------------
[Master Stylesheet]
Project: Alegada
Version:  1.0
Assigned to:  Templines
Primary use: Alegada
-------------------------------------------------------------------*/


/* FONTS*/
@import 'https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700|Roboto:300,300i,400,400i,500,500i,700,700i';
/* Font Awesome 5.15.4, not the theme's pinned 5.3.1. `fa-scroll` (the estate
   planning / wills glyph) landed in 5.5.0, so on 5.3.1 it silently rendered
   nothing and that one card sat iconless beside its neighbours. Every other
   icon this site uses keeps the same codepoint across the two versions, so
   the bump changes nothing else. */
@import 'https://use.fontawesome.com/releases/v5.15.4/css/all.css';
@import '../fonts/stroke/style.css';
@import '../fonts/elegant/style.css';
@import '../fonts/flaticon/font/flaticon.css';



/* PLUGIN CSS */

@import '../libs/bootstrap/bootstrap-grid.css';                /* bootstrap */
@import '../libs/bootstrap/bootstrap.min.css';                /* bootstrap */
@import '../libs/headers/header.css';                /* header */
@import '../libs/headers/yamm.css';                /* header */
@import '../libs/slider-pro/slider-pro.css';         /* main slider */
@import '../libs/owl-carousel/owl.theme.css';                 /* other sliders */
@import '../libs/bxslider/jquery.bxslider.css';                 /* other sliders */
@import '../libs/magnific-popup/magnific-popup.css';            /* modal */
@import '../libs/animate/animate.css';                        /* animations */



/* MAIN CSS */

@import 'theme.css';

@import 'color.css';
@import 'responsive.css';


@import 'overrides.css?v=20260815b';   /* Obris build standard - loads last */
