/*
Theme Name:  MULTIPLY Technology
Theme URI:   https://www.multiply-technology.com/staging/1015
Version:     1.0
Description: A custom child theme created for MULTIPLY Technology.
Author:      Multiply technology
Author URI:  https://www.multiply-technology.com/staging/1015
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/

/* --- Global Smoothing --- */
html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* --- Work Sans Local (@font-face) --- */
@font-face { font-family: "Work Sans Local"; src: url("/wp-content/uploads/2026/01/work-sans-v24-latin-100.woff2") format("woff2"); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: "Work Sans Local"; src: url("/wp-content/uploads/2026/01/work-sans-v24-latin-200.woff2") format("woff2"); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: "Work Sans Local"; src: url("/wp-content/uploads/2026/01/work-sans-v24-latin-300.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Work Sans Local"; src: url("/wp-content/uploads/2026/01/work-sans-v24-latin-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Work Sans Local"; src: url("/wp-content/uploads/2026/01/work-sans-v24-latin-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Work Sans Local"; src: url("/wp-content/uploads/2026/01/work-sans-v24-latin-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Work Sans Local"; src: url("/wp-content/uploads/2026/01/work-sans-v24-latin-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Work Sans Local"; src: url("/wp-content/uploads/2026/01/work-sans-v24-latin-800.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Work Sans Local"; src: url("/wp-content/uploads/2026/01/work-sans-v24-latin-900.woff2") format("woff2"); font-weight: 900; font-style: normal; font-display: swap; }

/* --- 3. Comfortaa Local (@font-face) --- */
@font-face { font-family: "Comfortaa Local"; src: url("/wp-content/uploads/2026/01/Comfortaa-Light.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Comfortaa Local"; src: url("/wp-content/uploads/2026/01/Comfortaa-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Comfortaa Local"; src: url("/wp-content/uploads/2026/01/Comfortaa-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Comfortaa Local"; src: url("/wp-content/uploads/2026/01/Comfortaa-SemiBold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Comfortaa Local"; src: url("/wp-content/uploads/2026/01/Comfortaa-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

/* --- Specific Element Targeting --- */
/* Global Body Text: Set Work Sans for everything first */
body, p, span, li, a {
    font-family: "Work Sans Local", sans-serif !important;
    font-weight: 400;
}

/* Navigation Override: Force Comfortaa onto the menu modules */
.et_pb_menu ul li a, 
.et_pb_menu_0_tb_header.et_pb_menu ul li a,
#top-menu li a {
    font-family: "Comfortaa Local", cursive !important;
    font-weight: 500 !important;
}

