@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;700&display=swap');

:root { --theme-color1: #3d528e; }

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

body strong { font-weight: 700; }

header, footer { background-image: url(background.jpg); }

.box { box-shadow: 0 1px 3px rgba(0,0,0,0.2); }

.preview_PhotoBox, .box-hero-image { aspect-ratio: 4 / 3; }
