@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
:root {

    --font-default: "PT Serif", serif;
    --font-heading: "PlayFair Display", serif;
    --font-highlight: inherit;
    --font-note: cursive;
    --font-accent: inherit;
    --font-code: monospace;
    --font-fantasy: "FigTree", serif;
    --font-material-symbols: 'Material Symbols Outlined';

    --size-tiny: 2px;
    --size-small: 5px;
    --size-smaller: 7px;
    --size-default: 10px;
    --size-larger: 15px;
    --size-large: 20px;
    --rel-size-x-s: 20rem;
    --rel-size-small: 24rem;
    --rel-size-medium: 28rem;
    --rel-size-large: 32rem;
    --rel-size-x-l: 36rem;
    --rel-size2-x-l: 42rem;
    --rel-size3-x-l: 48rem;
    --rel-size4-x-l: 56rem;
    --rel-size5-x-l: 64rem;
    --rel-size6-x-l: 72rem;
    --rel-size7-x-l: 80rem;
    --rel-size-full: 100%;
    --rel-size-prose: 65ch;
    --default-color: canvas;
    --default-text-color: #616161;
    --border-color: lightgray;
    --header-color: #0571ff30;
    --header-text-color: ;
    --accent-color: #b19a6a;
    --accent-text-color: white;
    --note-color: #ffffe0;
    --note-text-color: ;
    --warning-color: #FFC107;
    --warning-text-color: darkgray;
    --selection-color: var(--accent-color, highlight);
    --selection-text-color: var(--accent-text-color, highlightText);
    --hover-color: #A0A0A010;
    --hover-text-color: CanvasText;
    --stop-color: red;
    --stop-text-color: white;
    --go-color: green;
    --go-text-color: white;
    --accept-color: blue;
    --accept-text-color: white;
    --reject-color: red;
    --reject-text-color: white;
    --font-size-small: 0.8125em;
    --command-bg-color: #F0F0F0;
    --menu-bg-color: #808080;
    --menu-color: #FDECD8;
    --menu-text-color: #b19a6a;
    --link-color: #BA7345;
    --primary-background: #f7f6f0;
    --primary-color: #616161;
    --primary-accent: #1F1F1F;
    --primary-accent-text: white;
    --primary-surface: #FFFFFFA0;
    --primary-surface-text: #616161;
    --secondary-background: #00808050;
    --secondary-color: black;
    --secondary-accent: #9ec93ca8;
    --secondary-accent-text: white;
    --secondary-surface: #FFFFFFA0;
    --secondary-surface-text: black;
    --tertiary-background: #cfa55c87;
    --tertiary-color: #b19a6a;
    --tertiary-accent: #e17b42cf;
    --tertiary-accent-text: white;
    --tertiary-surface: #FFFFFFA0;
    --tertiary-surface-text: #b19a6a;
    --button-background: var(--accent-color);
    --button-text: var(--primary-accent-text);
    --message-body-color: #616161;
}
body {
    background-color: #f7f6f0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
.image-grid {
    background-color: white;
    gap:10px;
}

body > [styler-layout=main] {
    padding: 0 !important;
    margin: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* WhatsApp Button Styling */
.whatsapp-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.whatsapp-button img {
    width: 50px;
    height: 50px;
}

.instagram-button {
	position: fixed;
	bottom: 20px;
	right: 75px;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.instagram-button img {
    width: 50px;
    height: 50px;
}


