﻿/* PUBBLICAZIONE CARATTERI (RICORDARSI LA CARTELLA FONTS NELLA RADICE DEL SITO) */
/*@font-face {
    font-family: 'britannic_boldregular';
    src: url('../font/britanic-webfont.eot');
    src: url('../font/britanic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/britanic-webfont.woff2') format('woff2'),
         url('../font/britanic-webfont.woff') format('woff'),
         url('../font/britanic-webfont.ttf') format('truetype'),
         url('../font/britanic-webfont.svg#britannic_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'ablation';
    src: url('../Font/Ablation Light.otf');
    font-weight: bold;
    font-style: normal;
}

/*@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-VariableFont_slnt,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  /*font-display: swap;*/
}*/

/* ALLINEAMENTO CARATTERE */
.ALIGN_SINISTRA     {text-align:left;}
.ALIGN_DESTRA       {text-align:right;}
.ALIGN_GIUSTIFICATO {text-align:justify;}
.ALIGN_CENTRO       {text-align:center;}

/* COLORI CARATTERE */
.CARATTERE_BIANCO       {color:white; text-decoration: none;}
.CARATTERE_NERO         {color:black; text-decoration: none;}
.CARATTERE_ERRORE       {color:red; text-decoration: none;}
.CARATTERE_AZZURRO    {color:#008199; text-decoration: none;}

/* LINK APPLE NR TELEFONO (PER I COLLEGAMENTI IN AUTOMATICO CHE DI SOLITO TROVA IL BROWSER OSX E IOS */
.appleLinksWhite a {color:white; text-decoration: none;}
.appleLinksBlack a {color:black; text-decoration: none;}
.appleLinksWhiteTel a {color:white;}
.appleLinksBlackTel a {color:black;}
