@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=call,cruelty_free,dark_mode,dentistry,description,error,light_mode,location_on,mail,map,memory_alt,oral_disease,percent,pets,schedule,surgical,vaccines');

:root {
    --font-family: 'Open Sans', serif;
    --font-weight-thin: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-bold-extra: 800;

    --max-section-width: 1280px;
}

html {
    font-family: var(--font-family);
    font-weight: var(--font-weight-regular);
}

img {
    touch-action: manipulation;
}