/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://example.com/
 Description:    Custom Divi Child Theme with embedded fonts
 Author:         Dein Name
 Template:       Divi
 Version:        1.0.0
*/

@font-face {
  font-family: 'Akshar';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/akshar-v16-latin-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Akshar';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/akshar-v16-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Akshar';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/akshar-v16-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Akshar';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/akshar-v16-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Akshar';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/akshar-v16-latin-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Alata';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/alata-v11-latin-regular.woff2') format('woff2');
}

/* Set default fonts */
body {
  font-family: 'Alata', sans-serif;
}

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