/*
 Theme Name:   ORF-VD.CH
 Theme URI:    https://orf-vd.ch/
 Description:  Thème créé pour le site ORF-VD.CH
 Author:       Damien Justin
 Author URI:   https://dami-en.ch/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

/* Branding Client */
html {
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}

::selection {
  color: #ffffff;
  background: var(--secondary);
}
/* Autre CSS */
img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}