/* Roboto – fonte oficial dos botões (Google Fonts) */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* Cocogoo – fonte principal do projeto */
@font-face {
  font-family: 'Cocogoo';
  src: url('Cocogoo/COCOGOOSELETTERPRESS.woff2') format('woff2'),
       url('Cocogoo/COCOGOOSELETTERPRESS.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*
[Fontes do projeto]
    Cocogoo
    Roboto – botões
    Helvetica [Light-300, Roman-400, Bold-700, Black-800]
*/
