@import "assets/fonts.css";
@import "widgets/widget.css";
@import "components/components.css";

:root {
    --dark-blue: #003264;
    --blue: #80A3BA;
    --light-grey: #D9D9D9;
    --blue-grey: #D1D5DB;
    --grey: #757575;
    --almost-black: #1E1E1E;
    --red: #B00000;
    --main: #E8E1CA;
    --brown: #4A3D3D;
    --green: #AFC290;
}

body {
    font-family: 'Pragmatica', sans-serif;
}

body:has(.modal-mobile-menu__open) {
  overflow: hidden;
}

.color-dark-blue {
    color: var(--dark-blue);
}

.color-red {
  color: var(--red)!important;
}
