/*
 Theme Name: Metis Group theme
 Theme URI:  
 Description: Child theme for Metis Group
 Author:      Bovarini
 Author URI:  
 Template:    twentytwentyfive
 Version:     1.0.0
 Text Domain: twentytwentyfivemetis-child
*/

/* Add your custom CSS here */

/* Remove focus outline from links but keep it for forms, etc. */

.rotate-transform-scale {
	writing-mode: vertical-rl;
	transform: scale(-1);
}

a:focus {
    outline: none !important;
    box-shadow: none !important;
}