/*
 * DM Sans — self-hosted, GDPR-compliant
 * Weights: 300 (light), 400 (regular), 500 (medium), 600 (semibold), 700 (bold)
 * Source: Google Fonts (download via fonts.google.com and place woff2 files in assets/fonts/dm-sans/)
 *
 * INSTALLATION NOTE:
 * Download the woff2 files from https://fonts.google.com/specimen/DM+Sans
 * and place them in: wp-content/themes/vitalcare/assets/fonts/dm-sans/
 * Expected files:
 *   dm-sans-v15-latin-300.woff2
 *   dm-sans-v15-latin-regular.woff2
 *   dm-sans-v15-latin-500.woff2
 *   dm-sans-v15-latin-600.woff2
 *   dm-sans-v15-latin-700.woff2
 *   dm-sans-v15-latin-italic.woff2
 *   dm-sans-v15-latin-500italic.woff2
 */

/* Light 300 */
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local('DM Sans Light'), local('DMSans-Light'),
	     url('../fonts/dm-sans/dm-sans-v15-latin-300.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Regular 400 */
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('DM Sans Regular'), local('DMSans-Regular'),
	     url('../fonts/dm-sans/dm-sans-v15-latin-regular.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Italic 400 */
@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: local('DM Sans Italic'), local('DMSans-Italic'),
	     url('../fonts/dm-sans/dm-sans-v15-latin-italic.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Medium 500 */
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local('DM Sans Medium'), local('DMSans-Medium'),
	     url('../fonts/dm-sans/dm-sans-v15-latin-500.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Medium Italic 500 */
@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: local('DM Sans Medium Italic'), local('DMSans-MediumItalic'),
	     url('../fonts/dm-sans/dm-sans-v15-latin-500italic.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2215, U+FEFF, U+FFFD;
}

/* SemiBold 600 */
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local('DM Sans SemiBold'), local('DMSans-SemiBold'),
	     url('../fonts/dm-sans/dm-sans-v15-latin-600.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Bold 700 */
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('DM Sans Bold'), local('DMSans-Bold'),
	     url('../fonts/dm-sans/dm-sans-v15-latin-700.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
