@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Faustina:ital,wght@0,300..800;1,300..800&display=swap');


:root {
    --padding-1: 0.25rem;
    --padding-2: 0.5rem;
    --padding-2h: 0.75rem;
    --padding-3: 1rem;
    --padding-4: 1.5rem;
    --padding-5: 2rem;
    --padding-6: 2.5rem;
    --padding-7: 3rem;
    --padding-8: 4rem;
    --padding-9: 5rem;

    --margin-1: 0.25rem;
    --margin-2: 0.5rem;
    --margin-3: 1rem;
    --margin-4: 1.5rem;
    --margin-5: 2rem;
    --margin-6: 2.5rem;
    --margin-7: 3rem;
    --margin-8: 4rem;
    --margin-9: 5rem;

    --font-size-1: 12px;  /* 0.875rem; */
    --font-size-2: 14px;  /* 1rem; */
    /* --font-size-2h:  1.125rem; */
    --font-size-3: 16px;  /* 1.25rem; */
    --font-size-4: 18px;  /* 1.25rem; */
    --font-size-5: 30px;  /* 1.75rem; */
    --font-size-6: 40px;  /* 2rem; */
    --font-size-6dot5: 12px;  /* 2.25rem; */
    --font-size-7: 40px;  /* 2.5rem; */
    --font-size-8: 12px;  /* 3rem; */
    --font-size-9: 72px;  /* 3.5rem; */
    --font-size-10: 104px; 

    --font-weight-1: 100;
    --font-weight-2: 200;
    --font-weight-3: 300;
    --font-weight-4: 400;
    --font-weight-5: 500;
    --font-weight-6: 600;
    --font-weight-7: 700;
    --font-weight-8: 800;
    --font-weight-9: 900;
    --font-weight-10: 900;

    --logo-width: 120px;
    --logo-height: 72px;

    --color-green: #567955;
    --color-green-light: #D5DBD5;
    --color-green-dark: #2F392F;
    --color-red: #A55A47;
    --color-red-light: #E2DCDA;
    --color-red-dark: #382621;
    --color-red-dark2: #8B1C23;
    --color-red-dark3: #601015;
    --color-red-dark4: #302021;
    --color-pink-dark: #5B273E;
    --color-pink-dark2: #4b152dc9;
    --color-yellow: #95883F;
    --color-yellow-strong: #FFBB00;
    --color-yellow-light: #E0DFD4;
    --color-yellow-dark: #3C3824;
    --color-blue: #48779A;
    --color-blue-light: #D8DEE3;
    --color-blue-dark: #263440;
    --color-purple: #7F6C95;
    --color-purple-light: #D7D4DB;
    --color-purple-dark: #3D3745;
    --color-white: #FFFFFF;
    --color-bg2: rgba(242, 242, 242, 0.62);
    --color-text: var(--color-secondary);
    --color-black-light: #2E2E2E;
    --color-black-dark: #212121;
    --color-grey: #AFAFAF;
    --color-grey-lighter: #F2F2F2;
    --color-grey-dark: #707072;
    --color-grey-input: #908F90;
    --color-grey-light: #DBDBDB;
    --color-grey-light2: #D9D9D9;
    --color-black-transparent: rgba(0, 0, 0, 0.5);
    --color-grey-transparent: rgba(0, 0, 0, 0.1);
    --color-white-transparent: rgba(255, 255, 255, 0.4);

    --color-black-bold: #000000;

    --color-primary: #FFFF00;
    --color-secondary: #1E1E1E;
    --color-tertiary: #FFE189;

    --color-quaternary: #D5E5BC;
    --color-quinary: #FF00FF;
    --color-senary: #C8E8E7;
    --color-septenary: #E8C7E0;
    --color-octary: #FEF5B4;
    --color-footer: #B7D882;
    --color-nonary:#F7B3D1;
    --color-denary:#FFE189;
    --color-eleventh: #AACDE0;
    --color-body: #FFFCE9;
    --color-quaternary-rgb: 236, 232, 219;

    /* SVGS */
    --geledes-icon-width: 24px;
    --geledes-icon-height: 24px;

    --advanced-search-icon-svg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1"/><path d="m21 21-1.9-1.9"/><circle cx="17" cy="17" r="3"/></svg>') no-repeat center/contain;
    --search-icon-svg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M11,20c-5,0-9-4-9-9S6,2,11,2s9,4,9,9-4,9-9,9ZM11,4c-3.9,0-7,3.1-7,7s3.1,7,7,7,7-3.1,7-7-3.1-7-7-7Z"/><path d="M21,22c-.3,0-.5,0-.7-.3l-4.3-4.3c-.4-.4-.4-1,0-1.4s1-.4,1.4,0l4.3,4.3c.4.4.4,1,0,1.4s-.5.3-.7.3Z"/></svg>') no-repeat center/contain;
    --hamburguer-icon-svg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-menu"><line x1="4" x2="20" y1="12" y2="12"></line><line x1="4" x2="20" y1="6" y2="6"></line><line x1="4" x2="20" y1="18" y2="18"></line></svg>') no-repeat center/contain;
    --caret-up-icon-svg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-up-icon lucide-chevron-up"><path d="m18 15-6-6-6 6"/></svg>') no-repeat center/contain;
    --caret-down-icon-svg: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"/></svg>');
    --arrow-right-square-svg: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M208%2C32H48A16%2C16%2C0%2C0%2C0%2C32%2C48V208a16%2C16%2C0%2C0%2C0%2C16%2C16H208a16%2C16%2C0%2C0%2C0%2C16-16V48A16%2C16%2C0%2C0%2C0%2C208%2C32Zm0%2C176H48V48H208ZM80%2C128a8%2C8%2C0%2C0%2C1%2C8-8h60.69l-18.35-18.34a8%2C8%2C0%2C0%2C1%2C11.32-11.32l32%2C32a8%2C8%2C0%2C0%2C1%2C0%2C11.32l-32%2C32a8%2C8%2C0%2C0%2C1-11.32-11.32L148.69%2C136H88A8%2C8%2C0%2C0%2C1%2C80%2C128Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    --archive-icon-svg: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M224%2C48H32A16%2C16%2C0%2C0%2C0%2C16%2C64V88a16%2C16%2C0%2C0%2C0%2C16%2C16v88a16%2C16%2C0%2C0%2C0%2C16%2C16H208a16%2C16%2C0%2C0%2C0%2C16-16V104a16%2C16%2C0%2C0%2C0%2C16-16V64A16%2C16%2C0%2C0%2C0%2C224%2C48ZM208%2C192H48V104H208ZM224%2C88H32V64H224V88ZM96%2C136a8%2C8%2C0%2C0%2C1%2C8-8h48a8%2C8%2C0%2C0%2C1%2C0%2C16H104A8%2C8%2C0%2C0%2C1%2C96%2C136Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');

    /* FONTS  */
    --primary-font-family: "Big Shoulders", sans-serif;
    --secondary-font-family: "Faustina", serif;

    --bs-accordion-btn-padding-y: 0.5rem !important;
    --bs-accordion-btn-padding-x: 0.5rem !important;
}