@font-face {
    font-family: 'Salmond';
    src: url('https://gilnova.es/wp-content/themes/hello-elementor-child/fonts/Salmond%20-%20Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Salmond';
    src: url('https://gilnova.es/wp-content/themes/hello-elementor-child/fonts/Salmond%20-%20Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Salmond';
    src: url('https://gilnova.es/wp-content/themes/hello-elementor-child/fonts/Salmond%20-%20Medium.woff') format('woff');
    font-weight: 500; /* Medium weight */
    font-style: normal;
}

@font-face {
    font-family: 'Salmond';
    src: url('https://gilnova.es/wp-content/themes/hello-elementor-child/fonts/Salmond%20-%20Light.woff') format('woff');
    font-weight: 300; /* Light weight */
    font-style: normal;
}

@font-face {
    font-family: 'Salmond';
    src: url('https://gilnova.es/wp-content/themes/hello-elementor-child/fonts/Salmond%20-%20Semibold.woff') format('woff');
    font-weight: 600; /* Semibold weight */
    font-style: normal;
}

body {
    font-family: 'Salmond', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Salmond', sans-serif;
    font-weight: normal;
}

strong, b {
    font-family: 'Salmond', sans-serif;
    font-weight: bold;
}

em, i {
    font-family: 'Salmond', sans-serif;
    font-style: italic;
}


