@charset "UTF-8";

/*
Theme Name: PicPro
Theme URI: https://picpro.ru
Author: PicPro
Author URI: https://picpro.ru
Description: Кастомная тема для нового сайта PicPro
Version: 1.0
Text Domain: picpro
*/

/* Lato Regular 400 */
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/picpro/assets/fonts/lato/Lato-Regular.woff2") format("woff2"),
       url("/wp-content/themes/picpro/assets/fonts/lato/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Lato Bold 700 */
@font-face {
  font-family: "Lato";
  src: url("/wp-content/themes/picpro/assets/fonts/lato/Lato-Bold.woff2") format("woff2"),
       url("/wp-content/themes/picpro/assets/fonts/lato/Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}
